mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-18 22:40:22 +01:00
Merge branch 'FM' into FM_Ext
This commit is contained in:
commit
ab437c0866
|
|
@ -240,7 +240,11 @@ int CMMDVMHost::run()
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(_WIN32) && !defined(_WIN64)
|
||||
ret = ::LogInitialise(m_daemon, m_conf.getLogFilePath(), m_conf.getLogFileRoot(), m_conf.getLogFileLevel(), m_conf.getLogDisplayLevel());
|
||||
#else
|
||||
ret = ::LogInitialise(false, m_conf.getLogFilePath(), m_conf.getLogFileRoot(), m_conf.getLogFileLevel(), m_conf.getLogDisplayLevel());
|
||||
#endif
|
||||
if (!ret) {
|
||||
::fprintf(stderr, "MMDVMHost: unable to open the log file\n");
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue