From: Nick Mathewson Date: Mon, 7 Nov 2016 01:01:24 +0000 (-0500) Subject: Change a BUG warning to be a warning, not an info. X-Git-Tag: tor-0.2.9.5-alpha~10^2~1^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9ce1819550f40132c30433914ff95b212957db0;p=thirdparty%2Ftor.git Change a BUG warning to be a warning, not an info. --- diff --git a/src/or/directory.c b/src/or/directory.c index afe5796afb..24490b7426 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -3991,7 +3991,7 @@ download_status_increment_attempt(download_status_t *dls, const char *item, if (dls->increment_on == DL_SCHED_INCREMENT_FAILURE) { /* this schedule should retry on failure, and not launch any concurrent attempts */ - log_info(LD_BUG, "Tried to launch an attempt-based connection on a " + log_warn(LD_BUG, "Tried to launch an attempt-based connection on a " "failure-based schedule."); return TIME_MAX; }