~ci-train-bot/indicator-application/indicator-application-ubuntu-xenial-2391

« back to all changes in this revision

Viewing changes to src/application-service-appstore.c

  • Committer: CI bot
  • Author(s): Sebastien Bacher
  • Date: 2014-04-02 15:17:28 UTC
  • mfrom: (248.1.1 indicator-application)
  • Revision ID: ps-jenkins@lists.canonical.com-20140402151728-ip64jj9b3xoqaqy5
Don't output warnings about properties re-requests, debug is enough Fixes: 1297437

Show diffs side-by-side

added added

removed removed

Lines of Context:
1006
1006
        Application * app = find_application(appstore, dbus_name, dbus_object);
1007
1007
 
1008
1008
        if (app != NULL) {
1009
 
                g_warning("Application already exists, re-requesting properties.");
 
1009
                g_debug("Application already exists, re-requesting properties.");
1010
1010
                get_all_properties(app);
1011
1011
                return;
1012
1012
        }