13 lines
703 B
Diff
13 lines
703 B
Diff
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
|
|
--- 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
|
|
@@ -188,7 +188,7 @@ handle_alarm_notify_event (GSIdleMonitor
|
|
watch = find_watch_for_alarm (monitor, alarm_event->alarm);
|
|
|
|
if (watch == NULL) {
|
|
- 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);
|
|
return;
|
|
}
|
|
|