change message when staying in foreground

This commit is contained in:
satyanash
2021-03-29 01:25:22 +05:30
parent f2cdc3dbd4
commit 57c94b8be9
+1 -1
View File
@@ -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);