diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2014-04-02 15:17:28 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-04-02 15:17:28 +0000 |
commit | 343963fde0310f03b4a2cce6526524439da57ae9 (patch) | |
tree | f0362e0325ef96209609ac8d3646cece1be01fec | |
parent | 4b29e70f8d0a314adf58e463610427b2578dc4a3 (diff) | |
parent | 04a7c410431dcfc898cec0ea76e8dc4190c0d795 (diff) | |
download | ayatana-indicator-application-343963fde0310f03b4a2cce6526524439da57ae9.tar.gz ayatana-indicator-application-343963fde0310f03b4a2cce6526524439da57ae9.tar.bz2 ayatana-indicator-application-343963fde0310f03b4a2cce6526524439da57ae9.zip |
Don't output warnings about properties re-requests, debug is enough Fixes: 1297437
-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; } |