aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-12-27 14:06:38 +0100
committerChristian Grothoff <christian@grothoff.org>2017-12-27 14:26:55 +0100
commit04c9c333aad427d21ab34d96dd3963c9e385cf41 (patch)
treec8e2a06acba69aa9a06e6c34152facbc9e0fa623 /src/transport/gnunet-service-transport.c
parent111cae2400240d06ba454de7744e115cdc82b15c (diff)
downloadgnunet-04c9c333aad427d21ab34d96dd3963c9e385cf41.tar.gz
gnunet-04c9c333aad427d21ab34d96dd3963c9e385cf41.zip
more logging for transport
Diffstat (limited to 'src/transport/gnunet-service-transport.c')
-rw-r--r--src/transport/gnunet-service-transport.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index 6b354df98..124260c41 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -688,6 +688,8 @@ handle_client_hello (void *cls,
688{ 688{
689 struct TransportClient *tc = cls; 689 struct TransportClient *tc = cls;
690 690
691 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
692 "Received HELLO message\n");
691 GST_validation_handle_hello (message); 693 GST_validation_handle_hello (message);
692 GNUNET_SERVICE_client_continue (tc->client); 694 GNUNET_SERVICE_client_continue (tc->client);
693} 695}
@@ -2802,7 +2804,7 @@ run (void *cls,
2802 GNUNET_assert (NULL != GST_my_private_key); 2804 GNUNET_assert (NULL != GST_my_private_key);
2803 2805
2804 GNUNET_log(GNUNET_ERROR_TYPE_INFO, 2806 GNUNET_log(GNUNET_ERROR_TYPE_INFO,
2805 "My identity is `%4s'\n", 2807 "My identity is `%s'\n",
2806 GNUNET_i2s_full (&GST_my_identity)); 2808 GNUNET_i2s_full (&GST_my_identity));
2807 2809
2808 GNUNET_SCHEDULER_add_shutdown (&shutdown_task, 2810 GNUNET_SCHEDULER_add_shutdown (&shutdown_task,