fixed a wrong check when setting a log target

This commit is contained in:
2017-09-29 00:32:31 +00:00
parent 3478885962
commit 88e67887b7
3 changed files with 18 additions and 12 deletions

View File

@ -42,6 +42,9 @@ public:
int daemonize (bool chdir_to_root = true, int fork_count = 1) QSE_CPP_NOEXCEPT;
int chroot (const qse_wchar_t* wpath) QSE_CPP_NOEXCEPT;
int chroot (const qse_mchar_t* mpath) QSE_CPP_NOEXCEPT;
protected:
bool _root_only;