gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r22192 - gnunet/src/mesh
Date: Thu, 21 Jun 2012 17:49:15 +0200

Author: bartpolot
Date: 2012-06-21 17:49:15 +0200 (Thu, 21 Jun 2012)
New Revision: 22192

Modified:
   gnunet/src/mesh/test_mesh_local_1.c
   gnunet/src/mesh/test_mesh_local_2.c
Log:
- fix #2315

Modified: gnunet/src/mesh/test_mesh_local_1.c
===================================================================
--- gnunet/src/mesh/test_mesh_local_1.c 2012-06-21 15:43:43 UTC (rev 22191)
+++ gnunet/src/mesh/test_mesh_local_1.c 2012-06-21 15:49:15 UTC (rev 22192)
@@ -343,13 +343,14 @@
 
   if (GNUNET_OK != ret)
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "run failed with error code %d\n",
+    GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "run failed with error code %d\n",
                 ret);
     return 1;
   }
   if (GNUNET_SYSERR == result)
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "test failed\n");
+    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+                "test failed: connect and find_by_type\n");
     return 1;
   }
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "test ok\n");

Modified: gnunet/src/mesh/test_mesh_local_2.c
===================================================================
--- gnunet/src/mesh/test_mesh_local_2.c 2012-06-21 15:43:43 UTC (rev 22191)
+++ gnunet/src/mesh/test_mesh_local_2.c 2012-06-21 15:49:15 UTC (rev 22192)
@@ -335,13 +335,14 @@
 
   if (GNUNET_OK != ret)
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "run failed with error code %d\n",
+    GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "run failed with error code %d\n",
                 ret);
     return 1;
   }
   if (GNUNET_SYSERR == result)
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "test failed\n");
+    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+                "test failed: find_by_type, then connect\n");
     return 1;
   }
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "test ok\n");




reply via email to

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