From: Christian Grothoff Date: Wed, 16 Mar 2016 22:14:12 +0000 (+0000) Subject: -normal during shutdown, reduce log level X-Git-Tag: initial-import-from-subversion-38251~1011 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=23b982b51e8f1c152053154c0fce4cfc4cfcbf67;p=oweals%2Fgnunet.git -normal during shutdown, reduce log level --- diff --git a/src/ats/ats_api_scheduling.c b/src/ats/ats_api_scheduling.c index 1333ec95b..d26841878 100644 --- a/src/ats/ats_api_scheduling.c +++ b/src/ats/ats_api_scheduling.c @@ -467,7 +467,7 @@ error_handler (void *cls, { struct GNUNET_ATS_SchedulingHandle *sh = cls; - LOG (GNUNET_ERROR_TYPE_ERROR, + LOG (GNUNET_ERROR_TYPE_DEBUG, "ATS connection died (code %d), reconnecting\n", (int) error); force_reconnect (sh);