gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r34046 - gnunet/src/social


From: gnunet
Subject: [GNUnet-SVN] r34046 - gnunet/src/social
Date: Thu, 24 Jul 2014 23:58:12 +0200

Author: tg
Date: 2014-07-24 23:58:12 +0200 (Thu, 24 Jul 2014)
New Revision: 34046

Modified:
   gnunet/src/social/test_social.c
Log:
social: fix test debug

Modified: gnunet/src/social/test_social.c
===================================================================
--- gnunet/src/social/test_social.c     2014-07-24 21:56:12 UTC (rev 34045)
+++ gnunet/src/social/test_social.c     2014-07-24 21:58:12 UTC (rev 34046)
@@ -687,7 +687,7 @@
   {
     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 @@
   {
     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
   }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]