mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Fix stderr messages in daemon mode
This commit is contained in:
@@ -210,7 +210,6 @@ int CMMDVMHost::run()
|
|||||||
|
|
||||||
::close(STDIN_FILENO);
|
::close(STDIN_FILENO);
|
||||||
::close(STDOUT_FILENO);
|
::close(STDOUT_FILENO);
|
||||||
::close(STDERR_FILENO);
|
|
||||||
|
|
||||||
#if !defined(HD44780) && !defined(OLED) && !defined(_OPENWRT)
|
#if !defined(HD44780) && !defined(OLED) && !defined(_OPENWRT)
|
||||||
// If we are currently root...
|
// If we are currently root...
|
||||||
@@ -254,6 +253,8 @@ int CMMDVMHost::run()
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (m_daemon)
|
||||||
|
::close(STDERR_FILENO);
|
||||||
|
|
||||||
LogInfo(HEADER1);
|
LogInfo(HEADER1);
|
||||||
LogInfo(HEADER2);
|
LogInfo(HEADER2);
|
||||||
|
|||||||
Reference in New Issue
Block a user