diff --git a/src/or/connection_or.c b/src/or/connection_or.c index 67d66fcd07ce6033552260c09a8b1131b5dfdd95..8f88292721e26063ebc2e966023e587a7104305a 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;