From bcfe8cbf2d0b21a34d8ed5cfaa94b8f14af95d17 Mon Sep 17 00:00:00 2001 From: Daniel Wallin Date: Tue, 26 May 2009 18:20:32 +0000 Subject: [PATCH] Fix #ifdef typo. --- src/storage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;