aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-09-29 11:23:47 +1300
committerDavid <dbphillipsnz@gmail.com>2014-09-29 11:23:47 +1300
commit141242e3391559ec699bd07c55dcb851bfe03926 (patch)
treef66efd774b4c38f74fd8bec5e3fbd0c91d38d40e
parentc954385b3c7efbfd458ce135f43c8e0c3f42c012 (diff)
downloadparamano-0.6.1.tar.xz
Slight debug info change0.6.1
-rw-r--r--tray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tray.c b/tray.c
index 52883c6..5e59aa1 100644
--- a/tray.c
+++ b/tray.c
@@ -239,7 +239,7 @@ static void tray_update_icon_percent()
}
}
- debug("Rounded/adjusted CPU percentage: %d\n",adjusted_percent);
+ debug("Rounded/adjusted CPU percentage: %d / %d = %d\n",gf_current(0), max_frequency, adjusted_percent);
asprintf(&file, "%s/cpu-%d.png", DEFAULT_THEME,adjusted_percent);
debug("Setting tray icon to '%s'\n",file);
gtk_status_icon_set_from_file(tray, file);