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 eb32a031f..406f5cb67 100644
--- a/src/social/test_social.c
+++ b/src/social/test_social.c
@@ -1085,7 +1085,7 @@ host_answer_door (void *cls,
1085 (uint8_t) 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, (int) data_size, (const char *) data);
1089 1089
1090 switch (test) 1090 switch (test)
1091 { 1091 {