diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-10-11 04:24:33 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-10-10 23:14:31 -0400 |
commit | 35fe4825fc7da01367f37bc73ea4fc5c9d61ed2d (patch) | |
tree | c4d5801c6c60061dfaf2774a94fa8320cdc8c5f6 /src/or/command.c | |
parent | 66200320ffe584893acaf4ea5a55851039e2e92c (diff) | |
download | tor-35fe4825fc7da01367f37bc73ea4fc5c9d61ed2d.tar.gz tor-35fe4825fc7da01367f37bc73ea4fc5c9d61ed2d.zip |
Quiet two notices, and spelling mistake cleanup
Diffstat (limited to 'src/or/command.c')
-rw-r--r-- | src/or/command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/command.c b/src/or/command.c index 8cf6c46401..738bf35d9c 100644 --- a/src/or/command.c +++ b/src/or/command.c @@ -992,7 +992,7 @@ command_process_cert_cell(var_cell_t *cell, or_connection_t *conn) conn->handshake_state->authenticated_peer_id) < 0) ERR("Problem setting or checking peer id"); - log_info(LD_OR, "Got some good certifcates from %s:%d: Authenticated it.", + log_info(LD_OR, "Got some good certificates from %s:%d: Authenticated it.", safe_str(conn->_base.address), conn->_base.port); conn->handshake_state->id_cert = id_cert; @@ -1010,7 +1010,7 @@ command_process_cert_cell(var_cell_t *cell, or_connection_t *conn) ERR("The ID certificate was not valid"); - log_info(LD_OR, "Got some good certifcates from %s:%d: " + log_info(LD_OR, "Got some good certificates from %s:%d: " "Waiting for AUTHENTICATE.", safe_str(conn->_base.address), conn->_base.port); /* XXXX check more stuff? */ |