aboutsummaryrefslogtreecommitdiff
path: root/freq_tray
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-02 11:22:22 +1200
committerDavid <dbphillipsnz@gmail.com>2014-06-06 20:28:46 +1200
commit8913f121822af36e9e099c1b2d8e64f7dab0d863 (patch)
tree843457828d319e26a12a58eae5e47b113dfc4813 /freq_tray
parentfe07b9907dbc5191e7a78c2dde7f5bbed4cfacfa (diff)
downloadparamano-8913f121822af36e9e099c1b2d8e64f7dab0d863.tar.xz
Done
Diffstat (limited to 'freq_tray')
-rw-r--r--freq_tray/getcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freq_tray/getcore.c b/freq_tray/getcore.c
index 44b3940..ad4878f 100644
--- a/freq_tray/getcore.c
+++ b/freq_tray/getcore.c
@@ -32,7 +32,7 @@ static gboolean core_exists(unsigned int core)
sprintf(corestr, "%d", core);
sprintf(path, "/sys/devices/system/cpu/cpu%s/cpufreq/scaling_cur_freq", corestr);
- debug("Checking if core %d exists by opening '%s'",core,path);
+ debug("Checking if core %d exists by opening '%s'\n",core,path);
return (gboolean)(fd = fopen(path, "r"));
}