raster pushed a commit to branch master.

commit d73e6036c9e26112ec0ab7c4eb4b858d7d40e0d1
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Thu May 23 21:19:17 2013 +0900

    oops - remove fprintf debug from cpufreq.
---
 src/modules/cpufreq/e_mod_main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/modules/cpufreq/e_mod_main.c b/src/modules/cpufreq/e_mod_main.c
index cd9c1e1..943fd84 100644
--- a/src/modules/cpufreq/e_mod_main.c
+++ b/src/modules/cpufreq/e_mod_main.c
@@ -566,7 +566,6 @@ _cpufreq_set_pstate(int min, int max, int turbo)
 
    snprintf(buf, sizeof(buf),
             "%s %s %i %i %i", cpufreq_config->set_exe_path, "pstate", min, 
max, turbo);
-   fprintf(stderr, "%s\n", buf);
    ret = system(buf);
    if (ret != 0)
      {

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may

Reply via email to