fixed typo
This commit is contained in:
parent
d1b2cd558e
commit
ae9f1e0465
|
@ -2531,7 +2531,7 @@ namespace libtorrent
|
|||
(*m_logger) << time_now_string() << " *** NO HANDSHAKE [ waited "
|
||||
<< total_seconds(d) << " seconds ] ***\n";
|
||||
#endif
|
||||
disconnect("timed out: no hand shake");
|
||||
disconnect("timed out: no handshake");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue