fixed typo

This commit is contained in:
Arvid Norberg 2008-06-29 06:01:20 +00:00
parent d1b2cd558e
commit ae9f1e0465
1 changed files with 1 additions and 1 deletions

View File

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