moved stray console.writeline to use main logger

This commit is contained in:
Tahir Akhlaq 2016-06-15 19:14:21 +01:00
parent 1bac69c893
commit 1159c75ab8
8 changed files with 30 additions and 39 deletions

View file

@ -140,6 +140,7 @@ namespace FFXIVClassic_Lobby_Server.packets
public void DebugPrintSubPacket()
{
#if DEBUG
// todo: create new target for colourful packet logging
Program.Log.Debug("Size: 0x{0:X}{1}{2}", header.subpacketSize, Environment.NewLine, Utils.ByteArrayToHex(GetHeaderBytes()));
if (header.type == 0x03)