[gnome-color-manager] trivial: remove a debugging warning



commit 48783dd26fef82bc8db571299418f26377e4eee7
Author: Richard Hughes <richard hughsie com>
Date:   Tue Jan 19 11:12:21 2010 +0000

    trivial: remove a debugging warning

 src/gcm-profile-store.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-profile-store.c b/src/gcm-profile-store.c
index 01beeea..9df3aff 100644
--- a/src/gcm-profile-store.c
+++ b/src/gcm-profile-store.c
@@ -331,7 +331,7 @@ gcm_profile_store_add_profiles_from_mounted_volume (GcmProfileStore *profile_sto
 		goto out;
 	}
 	type = g_file_info_get_attribute_string (info, G_FILE_ATTRIBUTE_FILESYSTEM_TYPE);
-	egg_warning ("filesystem mounted on %s has type %s", path_root, type);
+	egg_debug ("filesystem mounted on %s has type %s", path_root, type);
 
 	/* only scan hfs volumes for OSX */
 	if (g_strcmp0 (type, "hfs") == 0) {



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