diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2014-03-25 19:16:58 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2014-03-25 19:16:58 +0100 |
commit | 04a7c410431dcfc898cec0ea76e8dc4190c0d795 (patch) | |
tree | f0362e0325ef96209609ac8d3646cece1be01fec /src | |
parent | 4b29e70f8d0a314adf58e463610427b2578dc4a3 (diff) | |
download | ayatana-indicator-application-04a7c410431dcfc898cec0ea76e8dc4190c0d795.tar.gz ayatana-indicator-application-04a7c410431dcfc898cec0ea76e8dc4190c0d795.tar.bz2 ayatana-indicator-application-04a7c410431dcfc898cec0ea76e8dc4190c0d795.zip |
Don't output warnings about properties re-requests, debug is enough
Diffstat (limited to 'src')
-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 596c0f3..864e434 100644 --- a/src/application-service-appstore.c +++ b/src/application-service-appstore.c @@ -1006,7 +1006,7 @@ application_service_appstore_application_add (ApplicationServiceAppstore * appst Application * app = find_application(appstore, dbus_name, dbus_object); if (app != NULL) { - g_warning("Application already exists, re-requesting properties."); + g_debug("Application already exists, re-requesting properties."); get_all_properties(app); return; } |