gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18189 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r18189 - gnunet/src/mesh
Date: Thu, 17 Nov 2011 16:11:25 +0100

Author: bartpolot
Date: 2011-11-17 16:11:25 +0100 (Thu, 17 Nov 2011)
New Revision: 18189

Modified:
   gnunet/src/mesh/test_mesh_2dtorus.c
Log:
Changed logging for testcase

Modified: gnunet/src/mesh/test_mesh_2dtorus.c
===================================================================
--- gnunet/src/mesh/test_mesh_2dtorus.c 2011-11-17 14:54:55 UTC (rev 18188)
+++ gnunet/src/mesh/test_mesh_2dtorus.c 2011-11-17 15:11:25 UTC (rev 18189)
@@ -103,19 +103,18 @@
 {
   if (emsg != NULL)
   {
-#if VERBOSE
-    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-                "test: Shutdown of peers failed!\n");
-#endif
+    GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+                "test: Shutdown of peers failed! (%s)\n",
+                emsg);
     ok--;
   }
+#if VERBOSE
   else
   {
-#if VERBOSE
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "test: All peers successfully shut down!\n");
-#endif
   }
+#endif
 }
 
 




reply via email to

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