diff options
Diffstat (limited to 'src/or/command.c')
-rw-r--r-- | src/or/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/command.c b/src/or/command.c index 583ad5d469..b3302a301f 100644 --- a/src/or/command.c +++ b/src/or/command.c @@ -200,7 +200,7 @@ static void command_process_destroy_cell(cell_t *cell, connection_t *conn) { 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) { onion_pending_remove(circ); } |