mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-21 18:01:27 -05:00
changed serversocket destructor message to new logging mechanism
This commit is contained in:
parent
2336ab0f45
commit
c7ff0c8aa3
|
|
@ -58,7 +58,7 @@ ServerSocketInterface::ServerSocketInterface(Servatrice *_server, QTcpSocket *_s
|
|||
|
||||
ServerSocketInterface::~ServerSocketInterface()
|
||||
{
|
||||
qDebug("ServerSocketInterface destructor");
|
||||
logger->logMessage("ServerSocketInterface destructor");
|
||||
|
||||
socket->flush();
|
||||
delete xmlWriter;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user