fixed non verbose DHT build
This commit is contained in:
parent
4abd27b40e
commit
45de012553
|
@ -1079,7 +1079,9 @@ namespace libtorrent { namespace dht
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#ifdef TORRENT_DHT_VERBOSE_LOGGING
|
||||||
TORRENT_LOG(dht_tracker) << log_line.str() << " ]";
|
TORRENT_LOG(dht_tracker) << log_line.str() << " ]";
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue