aboutsummaryrefslogtreecommitdiff
path: root/src/social/test_social.c
diff options
context:
space:
mode:
authorCarlo von lynX <lynX@time.to.get.psyced.org>2016-08-03 20:28:45 +0000
committerCarlo von lynX <lynX@time.to.get.psyced.org>2016-08-03 20:28:45 +0000
commitc5f879125f1c842f679b2c8e95341f3c1d3aa184 (patch)
treeb17e1e834cc199d61611d2176ddde284d245096f /src/social/test_social.c
parent365eaaa2477eea227fde8503d6af56b3e12a84a1 (diff)
downloadgnunet-c5f879125f1c842f679b2c8e95341f3c1d3aa184.tar.gz
gnunet-c5f879125f1c842f679b2c8e95341f3c1d3aa184.zip
leaks & warns
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 {