[gnome-color-manager] trivial: turn a warning intoa debug, as not having a profile isn't so bad
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] trivial: turn a warning intoa debug, as not having a profile isn't so bad
- Date: Tue, 9 Feb 2010 14:54:07 +0000 (UTC)
commit 1e9d4270670cb3bb16087a1943bfc6eda7cc16ee
Author: Richard Hughes <richard hughsie com>
Date: Tue Feb 9 12:49:42 2010 +0000
trivial: turn a warning intoa debug, as not having a profile isn't so bad
src/gcm-device.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-device.c b/src/gcm-device.c
index 7a2c78a..d3ee5c0 100644
--- a/src/gcm-device.c
+++ b/src/gcm-device.c
@@ -198,7 +198,7 @@ gcm_device_load (GcmDevice *device, GError **error)
ret = g_key_file_has_group (file, device->priv->id);
if (!ret) {
/* not fatal */
- egg_warning ("failed to find parameters for %s", device->priv->id);
+ egg_debug ("failed to find saved parameters for %s", device->priv->id);
ret = TRUE;
goto out;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]