aboutsummaryrefslogtreecommitdiff
path: root/src/social
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
parent8b60d961a48351edb4d23d5f13a36276405f54d1 (diff)
downloadgnunet-59ad16890f7ce0fbd24835256d2036a44ea3332c.tar.gz
gnunet-59ad16890f7ce0fbd24835256d2036a44ea3332c.zip
social: fix test debug
Diffstat (limited to 'src/social')
-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 5072ecec0..9885032b3 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)
687 { 687 {
688 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 688 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
689 "Could not create guest identity: %s\n", emsg); 689 "Could not create guest identity: %s\n", emsg);
690#if 0 == DEBUG_SERVICE 690#if ! DEBUG_TEST_SOCIAL
691 GNUNET_assert (0); 691 GNUNET_assert (0);
692#endif 692#endif
693 } 693 }
@@ -728,7 +728,7 @@ void id_host_created (void *cls, const char *emsg)
728 { 728 {
729 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 729 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
730 "Could not create host identity: %s\n", emsg); 730 "Could not create host identity: %s\n", emsg);
731#if 0 == DEBUG_SERVICE 731#if ! DEBUG_TEST_SOCIAL
732 GNUNET_assert (0); 732 GNUNET_assert (0);
733#endif 733#endif
734 } 734 }