Convert 'TRADING' debugging _log to logger.LogDebugType

This commit is contained in:
Akkadius
2015-01-12 22:51:35 -06:00
parent 49ecd69b34
commit 3390164aea
4 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -1129,7 +1129,7 @@ uint8 Client::WithCustomer(uint16 NewCustomer){
Client* c = entity_list.GetClientByID(CustomerID);
if(!c) {
_log(TRADING__CLIENT, "Previous customer has gone away.");
logger.LogDebugType(EQEmuLogSys::Detail, EQEmuLogSys::Trading, "Previous customer has gone away.");
CustomerID = NewCustomer;
return 1;
}