aboutsummaryrefslogtreecommitdiff
path: root/src/social/test_social.c
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-08-19 19:58:20 +0000
committerGabor X Toth <*@tg-x.net>2016-08-19 19:58:20 +0000
commit794a0b40accc0e21a8f6d1c61ee9aebe7450375f (patch)
tree4cd6c52c75a31a5a27fae04274955d44f6345c6b /src/social/test_social.c
parent1c0bcf03abca7549482d0d698a22e275a0d9ad6b (diff)
psyc, social
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 5ab6c83fa0..4960b8820a 100644
--- a/src/social/test_social.c
+++ b/src/social/test_social.c
@@ -1123,7 +1123,7 @@ host_answer_door (void *cls,
break;
default:
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "invalid test: %d\n", test);
+ GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Invalid test: #%u\n", test);
GNUNET_assert (0);
}
}