aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api_scheduling.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-03-16 22:14:12 +0000
committerChristian Grothoff <christian@grothoff.org>2016-03-16 22:14:12 +0000
commit23b982b51e8f1c152053154c0fce4cfc4cfcbf67 (patch)
treea8ac9c0cad697da9aff4a5d852fc1bec04353505 /src/ats/ats_api_scheduling.c
parentbe8464c9e6dbc81c7bd002bd5657611628a1357d (diff)
downloadgnunet-23b982b51e8f1c152053154c0fce4cfc4cfcbf67.tar.gz
gnunet-23b982b51e8f1c152053154c0fce4cfc4cfcbf67.zip
-normal during shutdown, reduce log level
Diffstat (limited to 'src/ats/ats_api_scheduling.c')
-rw-r--r--src/ats/ats_api_scheduling.c2
1 files changed, 1 insertions, 1 deletions
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,
467{ 467{
468 struct GNUNET_ATS_SchedulingHandle *sh = cls; 468 struct GNUNET_ATS_SchedulingHandle *sh = cls;
469 469
470 LOG (GNUNET_ERROR_TYPE_ERROR, 470 LOG (GNUNET_ERROR_TYPE_DEBUG,
471 "ATS connection died (code %d), reconnecting\n", 471 "ATS connection died (code %d), reconnecting\n",
472 (int) error); 472 (int) error);
473 force_reconnect (sh); 473 force_reconnect (sh);