aboutsummaryrefslogtreecommitdiff
path: root/src/hello/test_hello-ng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello/test_hello-ng.c')
-rw-r--r--src/hello/test_hello-ng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hello/test_hello-ng.c b/src/hello/test_hello-ng.c
index 82b1ab6c6..e6b1d42a0 100644
--- a/src/hello/test_hello-ng.c
+++ b/src/hello/test_hello-ng.c
@@ -26,7 +26,7 @@ main (int argc,
26 (void**)&res, 26 (void**)&res,
27 &res_len); 27 &res_len);
28 GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE, 28 GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE,
29 "%s", res); 29 "%s\n", res);
30 GNUNET_assert (NULL != 30 GNUNET_assert (NULL !=
31 GNUNET_HELLO_extract_address ((void**)res, 31 GNUNET_HELLO_extract_address ((void**)res,
32 res_len, 32 res_len,