(ws) fix silly compile error (missing ix:: namespace)

This commit is contained in:
Benjamin Sergeant 2020-08-26 14:30:58 -07:00
parent 08640d877f
commit 629c155044

View File

@ -2728,7 +2728,7 @@ namespace ix
int main(int argc, char** argv)
{
setThreadName("ws main thread");
ix::setThreadName("ws main thread");
ix::initNetSystem();
ix::CoreLogger::LogFunc logFunc = [](const char* msg, ix::LogLevel level) {