From patchwork Thu Jun 23 14:23:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: alexandros.frantzis@linaro.org X-Patchwork-Id: 2212 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 3FE7823F6D for ; Thu, 23 Jun 2011 14:23:19 +0000 (UTC) Received: from mail-qy0-f180.google.com (mail-qy0-f180.google.com [209.85.216.180]) by fiordland.canonical.com (Postfix) with ESMTP id 117FDA189B3 for ; Thu, 23 Jun 2011 14:23:18 +0000 (UTC) Received: by qyk30 with SMTP id 30so1372729qyk.11 for ; Thu, 23 Jun 2011 07:23:18 -0700 (PDT) Received: by 10.229.137.149 with SMTP id w21mr1625684qct.59.1308838998442; Thu, 23 Jun 2011 07:23:18 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.230.139 with SMTP id jm11cs19224qcb; Thu, 23 Jun 2011 07:23:18 -0700 (PDT) Received: by 10.227.198.10 with SMTP id em10mr2007028wbb.108.1308838995866; Thu, 23 Jun 2011 07:23:15 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id o2si3934252wbh.44.2011.06.23.07.23.15; Thu, 23 Jun 2011 07:23:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QZkoN-0003mL-4t for ; Thu, 23 Jun 2011 14:23:15 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 214E52E890E for ; Thu, 23 Jun 2011 14:23:15 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: glcompbench X-Launchpad-Branch: ~glcompbench-dev/glcompbench/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 29 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glcompbench-dev/glcompbench/trunk] Rev 29: Add debug message for added command line benchmarks. Message-Id: <20110623142315.3922.55777.launchpad@loganberry.canonical.com> Date: Thu, 23 Jun 2011 14:23:15 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13265"; Instance="initZopeless config overlay" X-Launchpad-Hash: f8f0dde65a116ce2a05a7d1dbdd534fcc183d1f3 ------------------------------------------------------------ revno: 29 committer: Alexandros Frantzis branch nick: trunk timestamp: Thu 2011-06-23 14:25:34 +0300 message: Add debug message for added command line benchmarks. modified: src/glcompbench.cc --- lp:glcompbench https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk You are subscribed to branch lp:glcompbench. To unsubscribe from this branch go to https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk/+edit-subscription === modified file 'src/glcompbench.cc' --- src/glcompbench.cc 2011-06-23 11:22:08 +0000 +++ src/glcompbench.cc 2011-06-23 11:25:34 +0000 @@ -83,7 +83,7 @@ iter != Options::benchmarks.end(); iter++) { - Log::info("Adding benchmark %s\n", iter->c_str()); + Log::debug("Adding benchmark '%s'\n", iter->c_str()); benchmarks.push_back(new Benchmark(*iter)); } }