]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Change a BUG warning to be a warning, not an info.
authorNick Mathewson <nickm@torproject.org>
Mon, 7 Nov 2016 01:01:24 +0000 (20:01 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 7 Nov 2016 01:01:24 +0000 (20:01 -0500)
src/or/directory.c

index afe5796afbbc4efd39898487c16fd1c0c98af81c..24490b74261e2d0faa46c1574ee9d45af2e65300 100644 (file)
@@ -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;
   }