aboutsummaryrefslogtreecommitdiff
path: root/src/util/connection.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-01 16:11:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-01 16:11:22 +0000
commitfba1e6b6ec513a1718a19e465ece2f04399dd9df (patch)
treecb552ffe05af719492b1a13aaab1ab0ab3700901 /src/util/connection.c
parent6d6875ebd9f1c0d576ef379030721882c7015e4d (diff)
downloadgnunet-fba1e6b6ec513a1718a19e465ece2f04399dd9df.tar.gz
gnunet-fba1e6b6ec513a1718a19e465ece2f04399dd9df.zip
dmsg
Diffstat (limited to 'src/util/connection.c')
-rw-r--r--src/util/connection.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/connection.c b/src/util/connection.c
index d7f956d68..28898ab18 100644
--- a/src/util/connection.c
+++ b/src/util/connection.c
@@ -1421,8 +1421,9 @@ connect_error (void *cls,
1421 GNUNET_CONNECTION_TransmitReadyNotify notify; 1421 GNUNET_CONNECTION_TransmitReadyNotify notify;
1422 1422
1423 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1423 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1424 "Transmission request of size %u fails (%s/%u), connection failed (%p).\n", 1424 "Transmission request of size %u fails (%d/%s/%u), connection failed (%p).\n",
1425 sock->nth.notify_size, 1425 sock->nth.notify_size,
1426 (sock->sock != NULL) ? *(int*) sock->sock : -1,
1426 sock->hostname, 1427 sock->hostname,
1427 sock->port, 1428 sock->port,
1428 sock); 1429 sock);