summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-11-06 20:01:24 -0500
committerNick Mathewson <nickm@torproject.org>2016-11-06 20:01:24 -0500
commite9ce1819550f40132c30433914ff95b212957db0 (patch)
tree224de53b3ac2d8a8f208b0cb7aad4a2f8c9e0a01
parent1b22eae120ff379f7218b4e8b4fb62ed2bfede73 (diff)
downloadtor-e9ce1819550f40132c30433914ff95b212957db0.tar.gz
tor-e9ce1819550f40132c30433914ff95b212957db0.zip
Change a BUG warning to be a warning, not an info.
-rw-r--r--src/or/directory.c2
1 files changed, 1 insertions, 1 deletions
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;
}