[telepathy-mission-control/master] McdConnection: stop passing excess parameter to DEBUG()
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Apr 14 09:50:31 PDT 2009
Reviewed-by: Alberto Mardegan <alberto.mardegan at nokia.com>
---
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 9566521..1dd0b41 100644
--- a/src/mcd-connection.c
+++ b/src/mcd-connection.c
@@ -285,7 +285,7 @@ _mcd_connection_set_presence (McdConnection * connection,
if (!priv->tp_conn)
{
- DEBUG ("tp_conn is NULL", G_STRFUNC);
+ DEBUG ("tp_conn is NULL");
mcd_connection_connect (connection, NULL);
return;
}
--
1.5.6.5
More information about the telepathy-commits
mailing list