~mvo/software-center/apt-url-multiarch-support

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/app.py

  • Committer: Michael Vogt
  • Date: 2012-12-06 15:37:34 UTC
  • mfrom: (3249.1.1 minor-logging-fixes)
  • Revision ID: michael.vogt@ubuntu.com-20121206153734-p8ur2qg88kx3dhez
* lp:~mvo/software-center/minor-logging-fixes:
  - drop some LOG.info() messages to LOG.debug() to spam the user
    less

Show diffs side-by-side

added added

removed removed

Lines of Context:
622
622
        # when "app.run()" was called but has not finished setting up the
623
623
        # stuff yet, in this case its ok to just exit
624
624
        if Gtk.main_level() == 0:
625
 
            LOG.info("closing before the regular main loop was run")
 
625
            LOG.debug("closing before the regular main loop was run")
626
626
            sys.exit(0)
627
627
        self.save_state()
628
628
        self.destroy()
1312
1312
                          _("The file “%s” could not be opened.") % e.path)
1313
1313
            search_text = app = None
1314
1314
 
1315
 
        LOG.info('show_available_packages: search_text is %r, app is %r.',
1316
 
                 search_text, app)
 
1315
        LOG.debug('show_available_packages: search_text is %r, app is %r.',
 
1316
                  search_text, app)
1317
1317
 
1318
1318
        if search_text:
1319
1319
            self.available_pane.init_view()