diff options
author | David <dbphillipsnz@gmail.com> | 2014-09-29 11:23:47 +1300 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-09-29 11:23:47 +1300 |
commit | 141242e3391559ec699bd07c55dcb851bfe03926 (patch) | |
tree | f66efd774b4c38f74fd8bec5e3fbd0c91d38d40e | |
parent | c954385b3c7efbfd458ce135f43c8e0c3f42c012 (diff) | |
download | paramano-141242e3391559ec699bd07c55dcb851bfe03926.tar.xz |
Slight debug info change0.6.1
-rw-r--r-- | tray.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |