Added log code.

This commit is contained in:
Filip Maj 2015-09-08 19:39:52 -04:00
parent 7834b737eb
commit 9dfd6906b9
5 changed files with 70 additions and 15 deletions

View file

@ -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)); }
}
}