~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to src/reboot.c

  • Committer: Sebastien Bacher
  • Date: 2010-12-17 13:39:50 UTC
  • mto: This revision was merged to the branch mainline in revision 607.
  • Revision ID: seb128@ubuntu.com-20101217133950-xk08l6ruxm0tx3ke
* src/crash.c: Don't spam the session log with the crash names either.
* src/crash.c, src/reboot.c, src/update-notifier.c:
  - clear some debug calls to keep the session log clean

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
      res =  FALSE;
179
179
   }
180
180
 
181
 
   g_debug("aptdaemon on bus: %i", res);
182
181
   return res;
183
182
}
184
183
 
242
241
        // no auto-open of this dialog 
243
242
        if(gconf_client_get_bool((GConfClient*) ta->user_data,
244
243
                                 GCONF_KEY_AUTO_LAUNCH, NULL)) {
245
 
           g_debug ("Skipping reboot required");
246
244
           return;
247
245
        }
248
246