gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33820 - gnunet/src/cadet


From: gnunet
Subject: [GNUnet-SVN] r33820 - gnunet/src/cadet
Date: Tue, 24 Jun 2014 05:10:03 +0200

Author: bartpolot
Date: 2014-06-24 05:10:02 +0200 (Tue, 24 Jun 2014)
New Revision: 33820

Modified:
   gnunet/src/cadet/gnunet-service-cadet_peer.c
Log:
- use same loglevel as connect

Modified: gnunet/src/cadet/gnunet-service-cadet_peer.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_peer.c        2014-06-24 02:44:27 UTC 
(rev 33819)
+++ gnunet/src/cadet/gnunet-service-cadet_peer.c        2014-06-24 03:10:02 UTC 
(rev 33820)
@@ -419,7 +419,7 @@
   if (myid == p->id)
     LOG (GNUNET_ERROR_TYPE_INFO, "DISCONNECTED %s (self)\n", own_id);
   else
-    LOG (GNUNET_ERROR_TYPE_DEBUG, "DISCONNECTED %s <= %s\n",
+    LOG (GNUNET_ERROR_TYPE_INFO, "DISCONNECTED %s <= %s\n",
          own_id, GNUNET_i2s (peer));
   direct_path = pop_direct_path (p);
   GNUNET_CONTAINER_multihashmap_iterate (p->connections, &notify_broken, p);




reply via email to

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