Fix #ifdef typo.

This commit is contained in:
Daniel Wallin 2009-05-26 18:20:32 +00:00
parent 7b8ac7276c
commit bcfe8cbf2d
1 changed files with 1 additions and 1 deletions

View File

@ -3039,7 +3039,7 @@ ret:
}
}
#ifdef TORRENT_STORAGE_DEBUG && TORRENT_USE_IOSTREAM
#if defined(TORRENT_STORAGE_DEBUG) && TORRENT_USE_IOSTREAM
void piece_manager::debug_log() const
{
std::stringstream s;