[grilo-plugins] dmap: Use a debug message when dmap server is not running
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] dmap: Use a debug message when dmap server is not running
- Date: Fri, 7 Feb 2014 20:29:36 +0000 (UTC)
commit 93c07c29070b47b67d6533d7cbae461be823a1cb
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date: Fri Feb 7 20:26:11 2014 +0000
dmap: Use a debug message when dmap server is not running
Not having a DMAP server is a quite common case. So it does not make sense to
consider it a warning. Instead use a debug message to notify about this fact.
src/dmap/grl-dmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/dmap/grl-dmap.c b/src/dmap/grl-dmap.c
index e5fdc73..23771b2 100644
--- a/src/dmap/grl-dmap.c
+++ b/src/dmap/grl-dmap.c
@@ -144,9 +144,9 @@ grl_dmap_plugin_init (GrlRegistry *registry,
(gpointer) plugin);
if (!dmap_mdns_browser_start (browser, &error)) {
- GRL_WARNING ("error starting browser. code: %d message: %s",
- error->code,
- error->message);
+ GRL_DEBUG ("error starting browser. code: %d message: %s",
+ error->code,
+ error->message);
g_error_free (error);
g_clear_pointer (&connections, g_hash_table_unref);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]