aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_client.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-19 15:14:47 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-19 15:14:47 +0000
commitcb2efa2ce87820c291d36946f082ad34ec9c9df5 (patch)
tree88f8c9034404fcd227110578c8aa43a3749de756 /src/transport/plugin_transport_http_client.c
parent8f3fbd9de741f352f5f848ffd20c80a15897dd91 (diff)
downloadgnunet-cb2efa2ce87820c291d36946f082ad34ec9c9df5.tar.gz
gnunet-cb2efa2ce87820c291d36946f082ad34ec9c9df5.zip
add session to message
Diffstat (limited to 'src/transport/plugin_transport_http_client.c')
-rw-r--r--src/transport/plugin_transport_http_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c
index 7246f5303..8306ed74f 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -481,7 +481,7 @@ http_client_plugin_send (void *cls,
481 if (GNUNET_YES != client_exist_session (plugin, s)) 481 if (GNUNET_YES != client_exist_session (plugin, s))
482 { 482 {
483 GNUNET_log_from (GNUNET_ERROR_TYPE_WARNING, plugin->name, 483 GNUNET_log_from (GNUNET_ERROR_TYPE_WARNING, plugin->name,
484 "Trying to send with invalid session %p \n"); 484 "Trying to send with invalid session %p \n", s);
485 return GNUNET_SYSERR; 485 return GNUNET_SYSERR;
486 } 486 }
487 487