Convert _log from TASKS category

This commit is contained in:
Akkadius
2015-01-12 21:19:19 -06:00
parent b1939aaa3e
commit 4811631127
5 changed files with 100 additions and 100 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ int main(int argc, char** argv) {
}
if(RuleB(TaskSystem, EnableTaskSystem)) {
_log(ZONE__INIT, "Loading Tasks");
logger.LogDebugType(EQEmuLogSys::General, EQEmuLogSys::Tasks, "[INIT] Loading Tasks");
taskmanager = new TaskManager;
taskmanager->LoadTasks();
}