aboutsummaryrefslogtreecommitdiff
path: root/src/social/test_social.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/social/test_social.c')
-rw-r--r--src/social/test_social.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/social/test_social.c b/src/social/test_social.c
index dc73705c6..eb32a031f 100644
--- a/src/social/test_social.c
+++ b/src/social/test_social.c
@@ -1082,7 +1082,7 @@ host_answer_door (void *cls,
1082 1082
1083 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 1083 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
1084 "Test #%u: Host received entry request from guest (try %u).\n", 1084 "Test #%u: Host received entry request from guest (try %u).\n",
1085 test, join_req_count); 1085 (uint8_t) test, join_req_count);
1086 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1086 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1087 "%s\n%.*s\n", 1087 "%s\n%.*s\n",
1088 method_name, data_size, (const char *) data); 1088 method_name, data_size, (const char *) data);