Merge pull request #1783 from satyanash/master

fix foreground message to not imply that debug mode is on
This commit is contained in:
Alexey Sokolov
2021-05-24 02:00:20 +01:00
committed by GitHub
+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);