Replace LogFile->write(EQEmuLog::Error, with logger.logevents(EQEmuLogSys::Error

This commit is contained in:
Akkadius
2015-01-10 15:44:35 -06:00
parent dadae1a71f
commit 6844645dfb
40 changed files with 415 additions and 409 deletions
+2 -1
View File
@@ -18,6 +18,7 @@
#ifdef EMBPERL
#include "../common/debug.h"
#include "../common/eqemu_logsys.h"
#include "masterentity.h"
#include "command.h"
@@ -63,7 +64,7 @@ EXTERN_C XS(boot_qc)
file[255] = '\0';
if(items != 1)
LogFile->write(EQEmuLog::Error, "boot_qc does not take any arguments.");
logger.Log(EQEmuLogSys::Error,"boot_qc does not take any arguments.");
char buf[128]; //shouldent have any function names longer than this.