diff options
author | Ted Gould <ted@gould.cx> | 2010-08-11 15:42:56 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-11 15:42:56 -0500 |
commit | d678c3504b773d726573d50f2456ae83fc2b0bb0 (patch) | |
tree | 1d56756444c9599ad662e3b7cb8c83bbf1454fd9 | |
parent | cfe735bc43d3240b60da3668d5c211286ff32023 (diff) | |
download | libayatana-appindicator-d678c3504b773d726573d50f2456ae83fc2b0bb0.tar.gz libayatana-appindicator-d678c3504b773d726573d50f2456ae83fc2b0bb0.tar.bz2 libayatana-appindicator-d678c3504b773d726573d50f2456ae83fc2b0bb0.zip |
Better debug printing.
-rw-r--r-- | src/application-service-appstore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c index e7231fe..f28c2af 100644 --- a/src/application-service-appstore.c +++ b/src/application-service-appstore.c @@ -365,7 +365,7 @@ get_all_properties_cb (DBusGProxy * proxy, GHashTable * properties, GError * err } else { app->ordering_index = GPOINTER_TO_UINT(ordering_index_over); } - g_debug("'%s' ordering index is '%d'", app->id, app->ordering_index); + g_debug("'%s' ordering index is '%X'", app->id, app->ordering_index); gpointer label_data = g_hash_table_lookup(properties, NOTIFICATION_ITEM_PROP_LABEL); if (label_data != NULL) { |