[Xfce4-commits] <xfwm4:master> Drop unneeded message.
Nick Schermer
noreply at xfce.org
Sat Sep 21 11:50:01 CEST 2013
Updating branch refs/heads/master
to 6e6bcf428090adb79eaf556e5381be771567cf6a (commit)
from 25c8e5c8acb50e915610b324d9d82afe5d123a88 (commit)
commit 6e6bcf428090adb79eaf556e5381be771567cf6a
Author: Nick Schermer <nick at xfce.org>
Date: Sat Sep 21 11:49:17 2013 +0200
Drop unneeded message.
src/compositor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compositor.c b/src/compositor.c
index 03607d0..b834dc1 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -1357,7 +1357,7 @@ get_refresh_rate (ScreenInfo* screen_info)
if (refresh_rate != screen_info->refresh_rate)
{
- g_message ("Detected refreshrate:%i hertz", refresh_rate);
+ DBG ("Detected refreshrate: %i hertz", refresh_rate);
screen_info->refresh_rate = refresh_rate;
}
}
More information about the Xfce4-commits
mailing list