[telepathy-gabble/master] fix typo in debug msg

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Apr 3 08:41:34 PDT 2009


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

diff --git a/src/bytestream-socks5.c b/src/bytestream-socks5.c
index 854dc50..9ccfd03 100644
--- a/src/bytestream-socks5.c
+++ b/src/bytestream-socks5.c
@@ -1489,7 +1489,7 @@ initiator_connected_to_proxy (GabbleBytestreamSocks5 *self)
       return;
     }
 
-  DEBUG ("connect to proxy: %s (%s;%s)", proxy->jid, proxy->host, proxy->port);
+  DEBUG ("connect to proxy: %s (%s:%s)", proxy->jid, proxy->host, proxy->port);
   priv->socks5_state = SOCKS5_STATE_INITIATOR_TRYING_CONNECT;
 
   transport = gibber_tcp_transport_new ();
-- 
1.5.6.5




More information about the telepathy-commits mailing list