diff --git a/src/storage.cpp b/src/storage.cpp index e264e3d9f..b74daacf2 100644 --- a/src/storage.cpp +++ b/src/storage.cpp @@ -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;