mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Change a BUG warning to be a warning, not an info.
This commit is contained in:
parent
1b22eae120
commit
e9ce181955
@ -3991,7 +3991,7 @@ download_status_increment_attempt(download_status_t *dls, const char *item,
|
|||||||
if (dls->increment_on == DL_SCHED_INCREMENT_FAILURE) {
|
if (dls->increment_on == DL_SCHED_INCREMENT_FAILURE) {
|
||||||
/* this schedule should retry on failure, and not launch any concurrent
|
/* this schedule should retry on failure, and not launch any concurrent
|
||||||
attempts */
|
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.");
|
"failure-based schedule.");
|
||||||
return TIME_MAX;
|
return TIME_MAX;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user