[gnome-color-manager/gnome-2-30] trivial: remove some debugging that crept in



commit dc7ebf0ff9baa5bd9451087848a54b7c60d3ee43
Author: Richard Hughes <richard hughsie com>
Date:   Tue Jul 20 09:55:28 2010 +0100

    trivial: remove some debugging that crept in

 src/gcm-device-xrandr.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-device-xrandr.c b/src/gcm-device-xrandr.c
index 22171e9..87a014f 100644
--- a/src/gcm-device-xrandr.c
+++ b/src/gcm-device-xrandr.c
@@ -487,7 +487,7 @@ gcm_device_xrandr_apply (GcmDevice *device, GError **error)
 		filename_systemwide = g_strdup_printf ("%s/%s.icc", GCM_SYSTEM_PROFILES_DIR, id);
 		ret = g_file_test (filename_systemwide, G_FILE_TEST_EXISTS);
 		if (ret) {
-			egg_error ("using systemwide %s as profile", filename_systemwide);
+			egg_debug ("using systemwide %s as profile", filename_systemwide);
 			filename = g_strdup (filename_systemwide);
 		}
 	}



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