Convert Client::SendAllPackets to new debug log

This commit is contained in:
Akkadius 2015-01-16 02:26:19 -06:00
parent 00bab96717
commit 168e6ec80d

View File

@ -650,9 +650,7 @@ bool Client::SendAllPackets() {
if(eqs)
eqs->FastQueuePacket((EQApplicationPacket **)&cp->app, cp->ack_req);
iterator.RemoveCurrent();
#if EQDEBUG >= 6
logger.Log(EQEmuLogSys::Normal, "Transmitting a packet");
#endif
logger.LogDebugType(EQEmuLogSys::Moderate, EQEmuLogSys::Client_Server_Packet, "Transmitting a packet");
}
return true;
}