From 57c94b8be9c76dbc9af6ba6b1c87010c726d60fc Mon Sep 17 00:00:00 2001 From: satyanash Date: Mon, 29 Mar 2021 01:25:22 +0530 Subject: [PATCH] change message when staying in foreground --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index b9dba7f0..fd4815c7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -472,7 +472,7 @@ int main(int argc, char** argv) { if (bForeground) { int iPid = getpid(); - CUtils::PrintMessage("Staying open for debugging [pid: " + + CUtils::PrintMessage("Running in foreground [pid: " + CString(iPid) + "]"); pZNC->WritePidFile(iPid);