[telepathy-mission-control/master] Turning a warning into a debug message

Alberto Mardegan alberto.mardegan at nokia.com
Tue Apr 14 06:34:33 PDT 2009


---
 src/mcd-connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mcd-connection.c b/src/mcd-connection.c
index 875121d..acacddc 100644
--- a/src/mcd-connection.c
+++ b/src/mcd-connection.c
@@ -287,7 +287,7 @@ _mcd_connection_set_presence (McdConnection * connection,
 
     if (!priv->tp_conn)
     {
-	g_warning ("%s: tp_conn is NULL!", G_STRFUNC);
+	DEBUG ("tp_conn is NULL", G_STRFUNC);
 	mcd_connection_connect (connection, NULL);
 	return;
     }
-- 
1.5.6.5



More information about the telepathy-commits mailing list