mirror of
https://github.com/znc/znc.git
synced 2026-06-30 06:51:26 +02:00
Merge pull request #1783 from satyanash/master
fix foreground message to not imply that debug mode is on
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user