Log GTServer exceptions to the terminal.

This commit is contained in:
Greg Edwards 2014-06-14 22:16:40 -04:00
parent b15006f98c
commit 641bbda903

View File

@ -121,8 +121,9 @@ namespace PkmnFoundations.GlobalTerminalService
} break;
}
}
catch
catch (Exception ex)
{
Console.WriteLine(ex.ToString());
response.Write(new byte[] { 0x02, 0x00 }, 0, 2);
}