diff options
author | Ted Gould <ted@canonical.com> | 2009-07-24 16:45:20 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-07-24 16:45:20 -0500 |
commit | efaf013ecf6c0bc65e34aaceee1792fc53c37b45 (patch) | |
tree | 27554ec7057b540ad8abe8eb1b00ba8db9c157a9 /src/status-service.c | |
parent | 091902b3d9fc772cdccc7081264799a712451beb (diff) | |
download | ayatana-indicator-session-efaf013ecf6c0bc65e34aaceee1792fc53c37b45.tar.gz ayatana-indicator-session-efaf013ecf6c0bc65e34aaceee1792fc53c37b45.tar.bz2 ayatana-indicator-session-efaf013ecf6c0bc65e34aaceee1792fc53c37b45.zip |
Adding a debug message
Diffstat (limited to 'src/status-service.c')
-rw-r--r-- | src/status-service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/status-service.c b/src/status-service.c index 314929e..e02e70f 100644 --- a/src/status-service.c +++ b/src/status-service.c @@ -52,6 +52,7 @@ static void status_menu_click (DbusmenuMenuitem * mi, gpointer data) { StatusProviderStatus status = (StatusProviderStatus)GPOINTER_TO_INT(data); + g_debug("Setting status: %d", status); int i; for (i = 0; i < STATUS_PROVIDER_CNT; i++) { status_provider_set_status(status_providers[i], status); |