Remove unexpected "unexpectedly".

This commit is contained in:
Linus Nordberg 2012-05-31 13:08:57 +02:00
parent c074562a17
commit 0ed963e72a

View File

@ -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;