gnome-session/watch-spew.patch

13 lines
703 B
Diff
Raw Normal View History

2009-07-10 14:03:21 +00:00
diff -up gnome-session-2.26.1/gnome-session/gs-idle-monitor.c.watch-spew gnome-session-2.26.1/gnome-session/gs-idle-monitor.c
2009-07-15 18:15:28 +00:00
--- gnome-session-2.26.1/gnome-session/gs-idle-monitor.c.watch-spew 2009-04-14 11:31:45.000000000 -0400
+++ gnome-session-2.26.1/gnome-session/gs-idle-monitor.c 2009-07-13 16:30:09.454700964 -0400
2009-07-10 14:03:21 +00:00
@@ -188,7 +188,7 @@ handle_alarm_notify_event (GSIdleMonitor
watch = find_watch_for_alarm (monitor, alarm_event->alarm);
if (watch == NULL) {
2009-07-15 18:15:28 +00:00
- g_warning ("Unable to find watch for alarm %d", (int)alarm_event->alarm);
+ g_debug ("Unable to find watch for alarm %d", (int)alarm_event->alarm);
2009-07-10 14:03:21 +00:00
return;
}