forked from premiere/premiere-libtorrent
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 "
|
(*m_logger) << time_now_string() << " *** NO HANDSHAKE [ waited "
|
||||||
<< total_seconds(d) << " seconds ] ***\n";
|
<< total_seconds(d) << " seconds ] ***\n";
|
||||||
#endif
|
#endif
|
||||||
disconnect("timed out: no hand shake");
|
disconnect("timed out: no handshake");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue