Consolidate EQEmuLogsys::Debug General calls into DebugCategory

This commit is contained in:
Akkadius
2015-01-18 00:00:03 -06:00
parent d45ed9befa
commit 58d0b86a67
21 changed files with 155 additions and 155 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ void ZoneDatabase::InsertPetitionToDB(Petition* wpet)
}
#if EQDEBUG >= 5
logger.LogDebug(EQEmuLogSys::General, "New petition created");
logger.DebugCategory(EQEmuLogSys::General, EQEmuLogSys::None, "New petition created");
#endif
}