mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 14:34:32 +02:00
moved stray console.writeline to use main logger
This commit is contained in:
parent
1bac69c893
commit
1159c75ab8
8 changed files with 30 additions and 39 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue