diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 38657b0fb..67fc29ef5 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -579,6 +579,9 @@ InspIRCd::InspIRCd(int argc, char** argv) } else { + fflush(stderr); + fflush(stdout); + Logs.Normal("STARTUP", "Keeping pseudo-tty open as we are running in the foreground."); } #else