git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50859
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (signature[0] == 0xCE)
{
if (signature[0] == 0xCE)
{
- LogWorker(m_peer,_("This server does not support test2 from GUI client"));
+ LogWorker(m_peer,_("This server does not support test2 from GUI client"),LOG_ERROR);
e.m_workerFailed = true;
e.m_exit = true;
return 0;
e.m_workerFailed = true;
e.m_exit = true;
return 0;
unsigned char type = m_signature[0];
if (type == 0xCE)
{
unsigned char type = m_signature[0];
if (type == 0xCE)
{
- LogWorker(m_peer,_("This server does not support test2 from GUI client"));
+ LogWorker(m_peer,_("This server does not support test2 from GUI client"),LOG_ERROR);
m_written = -1; //wxSOCKET_LOST will interpret this as failure
m_socket->Close();
}
m_written = -1; //wxSOCKET_LOST will interpret this as failure
m_socket->Close();
}