diff mbox

[Branch,~glcompbench-dev/glcompbench/trunk] Rev 29: Add debug message for added command line benchmarks.

Message ID 20110623142315.3922.55777.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

alexandros.frantzis@linaro.org June 23, 2011, 2:23 p.m. UTC
------------------------------------------------------------
revno: 29
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
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
diff mbox

Patch

=== 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));
     }
 }