From: Matthias Wachs Date: Thu, 26 Jun 2014 11:43:16 +0000 (+0000) Subject: info when refuse otherwise debug X-Git-Tag: initial-import-from-subversion-38251~3568 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=285e67709ddc33386d9587a7b4ea72cd3db7e6bb;p=oweals%2Fgnunet.git info when refuse otherwise debug --- diff --git a/src/transport/gnunet-service-transport_clients.c b/src/transport/gnunet-service-transport_clients.c index 29d506ab3..9955cee5c 100644 --- a/src/transport/gnunet-service-transport_clients.c +++ b/src/transport/gnunet-service-transport_clients.c @@ -777,7 +777,7 @@ try_connect_if_allowed (void *cls, return; /* not allowed */ } - GNUNET_log (GNUNET_ERROR_TYPE_INFO, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, _("Blacklist allows connection attempt to peer `%s'\n"), GNUNET_i2s (peer));