aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_hello.c')
-rw-r--r--src/cadet/gnunet-service-cadet_hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_hello.c b/src/cadet/gnunet-service-cadet_hello.c
index 1e3322733..135fde25a 100644
--- a/src/cadet/gnunet-service-cadet_hello.c
+++ b/src/cadet/gnunet-service-cadet_hello.c
@@ -84,7 +84,7 @@ got_hello (void *cls,
84 LOG (GNUNET_ERROR_TYPE_DEBUG, 84 LOG (GNUNET_ERROR_TYPE_DEBUG,
85 "Hello for %s (%d bytes), expires on %s\n", 85 "Hello for %s (%d bytes), expires on %s\n",
86 GNUNET_i2s (id), 86 GNUNET_i2s (id),
87 sizeof (hello), 87 ntohs (hello->size),
88 GNUNET_STRINGS_absolute_time_to_string ( 88 GNUNET_STRINGS_absolute_time_to_string (
89 GNUNET_HELLO_builder_get_expiration_time (hello))); 89 GNUNET_HELLO_builder_get_expiration_time (hello)));
90 peer = GCP_get (id, 90 peer = GCP_get (id,