[gnome-session] [gsm] avoid pointless warnings
- From: Lucas Almeida Rocha <lucasr src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-session] [gsm] avoid pointless warnings
- Date: Tue, 14 Jul 2009 20:39:27 +0000 (UTC)
commit 81d38cee8f0b624b0ad665f9812179923b2826f0
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jul 14 21:36:58 2009 +0100
[gsm] avoid pointless warnings
http://bugzilla.gnome.org/show_bug.cgi?id=588247
gnome-session/gs-idle-monitor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-session/gs-idle-monitor.c b/gnome-session/gs-idle-monitor.c
index 35f77d2..05dbb02 100644
--- a/gnome-session/gs-idle-monitor.c
+++ b/gnome-session/gs-idle-monitor.c
@@ -189,7 +189,7 @@ handle_alarm_notify_event (GSIdleMonitor *monitor,
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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]