mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
make assign_onionskin_to_cpuworker failure case more clear
now it looks like the other time we call it
This commit is contained in:
+1
-1
@@ -474,7 +474,7 @@ queue_pending_tasks(void)
|
||||
if (!circ)
|
||||
return;
|
||||
|
||||
if (assign_onionskin_to_cpuworker(circ, onionskin))
|
||||
if (assign_onionskin_to_cpuworker(circ, onionskin) < 0)
|
||||
log_info(LD_OR,"assign_to_cpuworker failed. Ignoring.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user