Commit 1441b02f authored by Mike Gabriel's avatar Mike Gabriel

nxcomp/Loop.cpp: Fix server/client mode info cerr printing in PrintProcessInfo().

parent dcdbc102
......@@ -13940,7 +13940,7 @@ void PrintProcessInfo()
//
cerr << "Info: Proxy running in "
<< (control -> ProxyMode == proxy_client ? "server" : "client")
<< (control -> ProxyMode == proxy_client ? "client" : "server")
<< " mode with pid '" << getpid() << "'.\n";
if (agent == NULL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment