mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
Merge branch 'maint-0.3.1'
This commit is contained in:
commit
5d3f484f4a
5
changes/bug22356
Normal file
5
changes/bug22356
Normal file
@ -0,0 +1,5 @@
|
||||
o Minor bugfixes (logging, relay):
|
||||
- Downgrade "assigned_to_cpuworker failed" message to INFO-level
|
||||
severity. In every case that can reach it, either a better warning
|
||||
has already been logged, or no warning is warranted. Fixes bug 22356;
|
||||
bugfix on 0.2.6.3-alpha.
|
@ -475,7 +475,7 @@ queue_pending_tasks(void)
|
||||
return;
|
||||
|
||||
if (assign_onionskin_to_cpuworker(circ, onionskin))
|
||||
log_warn(LD_OR,"assign_to_cpuworker failed. Ignoring.");
|
||||
log_info(LD_OR,"assign_to_cpuworker failed. Ignoring.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user