summaryrefslogtreecommitdiff
path: root/src/or/connection_exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/connection_exit.c')
-rw-r--r--src/or/connection_exit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/connection_exit.c b/src/or/connection_exit.c
index c087ebf719..5f79b64e25 100644
--- a/src/or/connection_exit.c
+++ b/src/or/connection_exit.c
@@ -179,8 +179,8 @@ int connection_exit_process_data_cell(cell_t *cell, connection_t *conn) {
/* also, deliver a 'connected' cell back through the circuit. */
return connection_exit_send_connected(conn);
} else {
- log(LOG_DEBUG,"connection_exit_process_data_cell(): in connecting_wait, but I've already received everything. Closing.");
- return -1;
+ log(LOG_DEBUG,"connection_exit_process_data_cell(): in connecting_wait, but I've already received everything. Closing.");
+ return -1;
}
return 0;
case EXIT_CONN_STATE_CONNECTING: