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)
downloadgnunet-794a0b40accc0e21a8f6d1c61ee9aebe7450375f.tar.gz
gnunet-794a0b40accc0e21a8f6d1c61ee9aebe7450375f.zip
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 5ab6c83fa..4960b8820 100644
--- a/src/social/test_social.c
+++ b/src/social/test_social.c
@@ -1123,7 +1123,7 @@ host_answer_door (void *cls,
1123 break; 1123 break;
1124 1124
1125 default: 1125 default:
1126 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "invalid test: %d\n", test); 1126 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Invalid test: #%u\n", test);
1127 GNUNET_assert (0); 1127 GNUNET_assert (0);
1128 } 1128 }
1129} 1129}