Logfile cleanups. See changelog.txt.

This commit is contained in:
SecretsOTheP
2013-07-07 21:44:31 -07:00
parent 0c675c33e2
commit e6ad26f03c
4 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -986,7 +986,7 @@ EQRawApplicationPacket *p=nullptr;
EmuOpcode emu_op = (*OpMgr)->EQToEmu(p->opcode);
#if EQDEBUG >= 4
if(emu_op == OP_Unknown) {
LogFile->write(EQEMuLog::Debug, "Unable to convert EQ opcode 0x%.4x to an Application opcode.", p->opcode);
_log(NET__ERROR, "Unable to convert EQ opcode 0x%.4x to an Application opcode.", p->opcode);
}
#endif
p->SetOpcode(emu_op);