diff options
Diffstat (limited to 'nxcomp')
-rw-r--r-- | nxcomp/Loop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |