port mlog 'CLIENT__TRADING' category to new log system

This commit is contained in:
Akkadius
2015-01-17 02:30:58 -06:00
parent 1405d9e114
commit 5b41bdeec6
2 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -799,7 +799,7 @@ void Client::OnDisconnect(bool hard_disconnect) {
Mob *Other = trade->With();
if(Other)
{
mlog(TRADING__CLIENT, "Client disconnected during a trade. Returning their items.");
logger.DebugCategory(EQEmuLogSys::Detail, EQEmuLogSys::Trading, "Client disconnected during a trade. Returning their items.");
FinishTrade(this);
if(Other->IsClient())