mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Remove unexpected "unexpectedly".
This commit is contained in:
parent
c074562a17
commit
0ed963e72a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user