[gnome-color-manager] Don't print a warning when a device has no profile



commit 1015c6f706839ce1c5c915584b5444fd5f50d73e
Author: Richard Hughes <richard hughsie com>
Date:   Wed Dec 2 14:03:51 2009 +0000

    Don't print a warning when a device has no profile

 src/gcm-prefs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-prefs.c b/src/gcm-prefs.c
index 9dad2ed..e7e53d5 100644
--- a/src/gcm-prefs.c
+++ b/src/gcm-prefs.c
@@ -1158,7 +1158,7 @@ gcm_prefs_devices_treeview_clicked_cb (GtkTreeSelection *selection, gpointer use
 
 	/* failed to find profile in combobox */
 	if (!ret) {
-		egg_warning ("failed to find profile: %s", profile_filename);
+		egg_debug ("failed to find profile: %s", profile_filename);
 		widget = GTK_WIDGET (gtk_builder_get_object (builder, "combobox_profile"));
 		gtk_combo_box_set_active (GTK_COMBO_BOX (widget), profiles_array_in_combo->len);
 	}



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