From 141242e3391559ec699bd07c55dcb851bfe03926 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 29 Sep 2014 11:23:47 +1300 Subject: Slight debug info change --- tray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.1