~ubuntu-branches/ubuntu/vivid/indicator-application/vivid-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Sebastien Bacher
  • Date: 2014-04-02 15:17:39 UTC
  • mfrom: (1.1.50)
  • Revision ID: package-import@ubuntu.com-20140402151739-b6xoav82mi3hoxg7
Tags: 12.10.1+14.04.20140402-0ubuntu1
[ Sebastien Bacher ]
Don't output warnings about properties re-requests, debug is enough
(LP: #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
        }