gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 62920ed494f6bfaf0879a3f637026291ee5d7fb1
parent 18f4df5b9e53d3b5b4ba6e69c3040bfec345eb17
Author: Bart Polot <bart@net.in.tum.de>
Date:   Tue, 24 Jun 2014 03:10:02 +0000

- use same loglevel as connect

Diffstat:
Msrc/cadet/gnunet-service-cadet_peer.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cadet/gnunet-service-cadet_peer.c b/src/cadet/gnunet-service-cadet_peer.c @@ -419,7 +419,7 @@ core_disconnect (void *cls, const struct GNUNET_PeerIdentity *peer) 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);