aboutsummaryrefslogtreecommitdiff
path: root/src/social/test_social.c
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-07-24 21:58:12 +0000
committerGabor X Toth <*@tg-x.net>2014-07-24 21:58:12 +0000
commit59ad16890f7ce0fbd24835256d2036a44ea3332c (patch)
treecf48aab6d6d5f1c24edf97f015c5f6c0ade1435a /src/social/test_social.c
parent8b60d961a48351edb4d23d5f13a36276405f54d1 (diff)
social: fix test debug
Diffstat (limited to 'src/social/test_social.c')
-rw-r--r--src/social/test_social.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/social/test_social.c b/src/social/test_social.c
index 5072ecec05..9885032b39 100644
--- a/src/social/test_social.c
+++ b/src/social/test_social.c
@@ -687,7 +687,7 @@ void id_guest_created (void *cls, const char *emsg)
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Could not create guest identity: %s\n", emsg);
-#if 0 == DEBUG_SERVICE
+#if ! DEBUG_TEST_SOCIAL
GNUNET_assert (0);
#endif
}
@@ -728,7 +728,7 @@ void id_host_created (void *cls, const char *emsg)
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Could not create host identity: %s\n", emsg);
-#if 0 == DEBUG_SERVICE
+#if ! DEBUG_TEST_SOCIAL
GNUNET_assert (0);
#endif
}