|
@@ -200,7 +200,7 @@ static void command_process_destroy_cell(cell_t *cell, connection_t *conn) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
- log_fn(LOG_DEBUG,"Received for circIDD %d.",cell->circ_id);
|
|
|
|
|
|
+ log_fn(LOG_DEBUG,"Received for circID %d.",cell->circ_id);
|
|
if(circ->state == CIRCUIT_STATE_ONIONSKIN_PENDING) {
|
|
if(circ->state == CIRCUIT_STATE_ONIONSKIN_PENDING) {
|
|
onion_pending_remove(circ);
|
|
onion_pending_remove(circ);
|
|
}
|
|
}
|