make assign_onionskin_to_cpuworker failure case more clear

now it looks like the other time we call it
This commit is contained in:
Roger Dingledine 2017-06-21 17:42:10 -04:00
parent 3a8a92fddd
commit 005500e14d

View File

@ -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.");
}
}