From 1441b02f05a9671b9ad8bcba551ebc004af821a2 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 7 Apr 2017 13:48:56 +0200 Subject: nxcomp/Loop.cpp: Fix server/client mode info cerr printing in PrintProcessInfo(). --- nxcomp/Loop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nxcomp/Loop.cpp b/nxcomp/Loop.cpp index a3ea11009..7aaff09e8 100644 --- a/nxcomp/Loop.cpp +++ b/nxcomp/Loop.cpp @@ -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) -- cgit v1.2.3