fixed inconsistent use of preprocessor macro for entry::print

This commit is contained in:
Arvid Norberg 2009-06-09 22:02:02 +00:00
parent 4554e06837
commit f57703ded0
1 changed files with 1 additions and 1 deletions

View File

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