mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Replaced ACE_Task_Base based LogWorker with ProducerConsumerQueue
This commit is contained in:
@@ -67,7 +67,6 @@ using boost::asio::ip::tcp;
|
||||
|
||||
void SignalHandler(const boost::system::error_code& error, int signalNumber)
|
||||
{
|
||||
TC_LOG_ERROR("server.authserver", "SIGNAL HANDLER WORKING");
|
||||
if (!error)
|
||||
{
|
||||
switch (signalNumber)
|
||||
|
||||
Reference in New Issue
Block a user