gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r20220 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r20220 - gnunet/src/gns
Date: Sat, 3 Mar 2012 13:42:23 +0100

Author: schanzen
Date: 2012-03-03 13:42:23 +0100 (Sat, 03 Mar 2012)
New Revision: 20220

Modified:
   gnunet/src/gns/test_gns_simple_lookup.c
Log:
-visible error log


Modified: gnunet/src/gns/test_gns_simple_lookup.c
===================================================================
--- gnunet/src/gns/test_gns_simple_lookup.c     2012-03-03 11:32:42 UTC (rev 
20219)
+++ gnunet/src/gns/test_gns_simple_lookup.c     2012-03-03 12:42:23 UTC (rev 
20220)
@@ -87,6 +87,7 @@
 {
   if (emsg != NULL)
   {
+    GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Error on shutdown!\n", ok);
     if (ok == 0)
       ok = 2;
   }
@@ -130,7 +131,7 @@
       }
       else
       {
-        GNUNET_log (GNUNET_ERROR_TYPE_INFO, "No resolution!\n");
+        GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "No resolution!\n");
       }
     }
   }
@@ -161,7 +162,7 @@
 static void
 end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 {
-  GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Failing test with error: `%s'!\n",
+  GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Failing test with error: `%s'!\n",
               (char *) cls);
   GNUNET_SCHEDULER_add_now (&end_badly_cont, NULL);
   ok = 1;




reply via email to

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