Added missing log for exception.

This commit is contained in:
lotodore
2007-10-29 09:30:34 +00:00
parent 62e030d9e2
commit bc11d42aba
+1
View File
@@ -144,6 +144,7 @@ ServerGameThread::Main()
} catch (const PokerTHException &e) } catch (const PokerTHException &e)
{ {
GetCallback().SignalNetServerError(e.GetErrorId(), e.GetOsErrorCode()); GetCallback().SignalNetServerError(e.GetErrorId(), e.GetOsErrorCode());
LOG_ERROR(e.what());
} }
GetSender().SignalTermination(); GetSender().SignalTermination();
GetSender().Join(SENDER_THREAD_TERMINATE_TIMEOUT); GetSender().Join(SENDER_THREAD_TERMINATE_TIMEOUT);