From 04a7c410431dcfc898cec0ea76e8dc4190c0d795 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Tue, 25 Mar 2014 19:16:58 +0100 Subject: Don't output warnings about properties re-requests, debug is enough --- src/application-service-appstore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3