mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Fix compile for gcc 4.4.
--HG-- branch : trunk
This commit is contained in:
@@ -1281,7 +1281,7 @@ void SocketHandler::CheckList(socket_v& ref,const std::string& listname)
|
||||
}
|
||||
if (!found)
|
||||
{
|
||||
fprintf(stderr, "CheckList failed for \"%s\": fd %d\n", listname.c_str(), s);
|
||||
DEB( fprintf(stderr, "CheckList failed for \"%s\": fd %d\n", listname.c_str(), s);)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user