From 0692f156df434142231f53f37dd03d87eab38ff1 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Wed, 16 Jun 2010 15:36:34 +0100 Subject: Include reconnection time in debug message --- src/mcd-connection.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mcd-connection.c b/src/mcd-connection.c index 622e6d74..ba96a9d7 100644 --- a/src/mcd-connection.c +++ b/src/mcd-connection.c @@ -1111,7 +1111,8 @@ mcd_connection_invalidated_cb (TpConnection *tp_conn, * abort the connection but try to reconnect later */ if (priv->reconnect_timer == 0) { - DEBUG ("Preparing for reconnection"); + DEBUG ("Preparing for reconnection in %u seconds", + priv->reconnect_interval); priv->reconnect_timer = g_timeout_add_seconds (priv->reconnect_interval, (GSourceFunc)mcd_connection_reconnect, connection); -- cgit v1.2.1