mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 14:04:41 +02:00
Added log code.
This commit is contained in:
parent
7834b737eb
commit
9dfd6906b9
5 changed files with 70 additions and 15 deletions
|
@ -56,7 +56,7 @@ namespace FFXIVClassic_Lobby_Server
|
|||
socket.Send(packetBytes);
|
||||
}
|
||||
catch(Exception e)
|
||||
{ Debug.WriteLine("Weird case, socket was d/ced: {0}", e); }
|
||||
{ Log.error(String.Format("Weird case, socket was d/ced: {0}", e)); }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue