[gnome-settings-daemon] wacom: Make warnings statements debug ones



commit 32766032eea685aa2121fe99fff9198f1f17ae7f
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Feb 16 15:32:07 2012 +0100

    wacom: Make warnings statements debug ones

 plugins/wacom/gsd-wacom-device.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/wacom/gsd-wacom-device.c b/plugins/wacom/gsd-wacom-device.c
index a1f43c3..926fe1a 100644
--- a/plugins/wacom/gsd-wacom-device.c
+++ b/plugins/wacom/gsd-wacom-device.c
@@ -566,7 +566,7 @@ find_output_by_display (GsdWacomDevice *device)
 	}
 
 	if (strlen(edid[0]) == 0 || strlen(edid[1]) == 0 || strlen(edid[2]) == 0) {
-		g_warning ("EDID not completely defined.");
+		g_debug ("EDID not completely defined.");
 		return NULL;
 	}
 
@@ -696,7 +696,7 @@ find_output (GsdWacomDevice *device)
 
 	if (rr_output_info == NULL)
 	{
-		g_warning ("No strict EDID match was found.");
+		g_debug ("No strict EDID match was found.");
 
 		if (gsd_wacom_device_is_screen_tablet (device))
 		{



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]