summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-15 10:01:45 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-15 10:07:20 +0100
commita8011aa7e549cfde28adad41d1a1c6f39fafba69 (patch)
tree25d45bd96fc3ed81e1cd3947efb11cebbb624913
parent707bf14a43bf41739f1fd126c301a4a1c88b7a37 (diff)
connector: display the port when falling back to HOST
-rw-r--r--wocky/wocky-connector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wocky/wocky-connector.c b/wocky/wocky-connector.c
index a9094cc..506349f 100644
--- a/wocky/wocky-connector.c
+++ b/wocky/wocky-connector.c
@@ -880,7 +880,7 @@ tcp_srv_connected (GObject *source,
if ((host != NULL) && (*host != '\0'))
{
- DEBUG ("Falling back to HOST connection to %s", host);
+ DEBUG ("Falling back to HOST connection to %s port %u", host, port);
connect_to_host_async (connector, host, port);
}
else