Added missing log for exception.
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user