diff options
Diffstat (limited to 'src/hello/test_hello-ng.c')
-rw-r--r-- | src/hello/test_hello-ng.c | 2 |
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, (void**)&res, &res_len); GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE, - "%s", res); + "%s\n", res); GNUNET_assert (NULL != GNUNET_HELLO_extract_address ((void**)res, res_len, |