diff options
author | Linus Nordberg <linus@nordberg.se> | 2012-05-31 13:08:57 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2012-05-31 13:08:57 +0200 |
commit | 0ed963e72ac381edf5e6ad5d084b508aa8d21d15 (patch) | |
tree | c6f75098c94a6b750f462dce2d64d53d2e70a34d /src | |
parent | c074562a17b54c5275f99465bc8e2f63c749cb4f (diff) | |
download | tor-0ed963e72ac381edf5e6ad5d084b508aa8d21d15.tar tor-0ed963e72ac381edf5e6ad5d084b508aa8d21d15.tar.gz |
Remove unexpected "unexpectedly".
Diffstat (limited to 'src')
-rw-r--r-- | src/or/connection_or.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c index 67d66fcd0..8f8829272 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -1306,8 +1306,8 @@ connection_or_handle_event_cb(struct bufferevent *bufev, short event, "Closing."); connection_mark_for_close(TO_CONN(conn)); } else { - log_warn(LD_BUG, "We were unexpectedly unexpectedly told that " - "a connection got %d handshakes. Closing.", handshakes); + log_warn(LD_BUG, "We were unexpectedly told that a connection " + "got %d handshakes. Closing.", handshakes); connection_mark_for_close(TO_CONN(conn)); } return; |