Fix #ifdef typo.
This commit is contained in:
parent
7b8ac7276c
commit
bcfe8cbf2d
|
@ -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
|
void piece_manager::debug_log() const
|
||||||
{
|
{
|
||||||
std::stringstream s;
|
std::stringstream s;
|
||||||
|
|
Loading…
Reference in New Issue