forked from premiere/premiere-libtorrent
fixed inconsistent use of preprocessor macro for entry::print
This commit is contained in:
parent
4554e06837
commit
f57703ded0
|
@ -224,7 +224,7 @@ namespace libtorrent
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
#if TORRENT_USE_IOSTREAM
|
#if defined TORRENT_DEBUG && TORRENT_USE_IOSTREAM
|
||||||
inline std::ostream& operator<<(std::ostream& os, const entry& e)
|
inline std::ostream& operator<<(std::ostream& os, const entry& e)
|
||||||
{
|
{
|
||||||
e.print(os, 0);
|
e.print(os, 0);
|
||||||
|
|
Loading…
Reference in New Issue