-normal during shutdown, reduce log level
authorChristian Grothoff <christian@grothoff.org>
Wed, 16 Mar 2016 22:14:12 +0000 (22:14 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 16 Mar 2016 22:14:12 +0000 (22:14 +0000)
src/ats/ats_api_scheduling.c

index 1333ec95b269bf91cdb43cb0ec321f9af31ee3cb..d268418786c7c3cfb1f622b7942496ddb654f383 100644 (file)
@@ -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);