fix build error with verbose logging
This commit is contained in:
parent
98c4c9327b
commit
97a8e3b895
|
@ -6351,7 +6351,8 @@ namespace libtorrent
|
||||||
|
|
||||||
TORRENT_ASSERT(m_socket);
|
TORRENT_ASSERT(m_socket);
|
||||||
#if defined TORRENT_VERBOSE_LOGGING
|
#if defined TORRENT_VERBOSE_LOGGING
|
||||||
peer_log(">>> COMPLETED [ ep: %s rtt: %d ]", print_endpoint(m_remote).c_str(), m_rtt);
|
peer_log(">>> COMPLETED [ ep: %s rtt: %d ]"
|
||||||
|
, print_endpoint(m_remote).c_str(), m_rtt.mean());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// set the socket to non-blocking, so that we can
|
// set the socket to non-blocking, so that we can
|
||||||
|
|
Loading…
Reference in New Issue