mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Print auxiliary datafile log messages only when DEBUG flag set
This commit is contained in:
parent
d32b223636
commit
7f24922b35
|
@ -205,7 +205,7 @@ bool CDataFileReader::Open(class IStorage *pStorage, const char *pFilename, int
|
|||
swap_endian(m_pDataFile->m_pData, sizeof(int), minimum(static_cast<unsigned>(Header.m_Swaplen), Size) / sizeof(int));
|
||||
#endif
|
||||
|
||||
//if(DEBUG)
|
||||
if(DEBUG)
|
||||
{
|
||||
dbg_msg("datafile", "allocsize=%d", AllocSize);
|
||||
dbg_msg("datafile", "readsize=%d", ReadSize);
|
||||
|
|
Loading…
Reference in a new issue