mirror of
https://github.com/agersant/polaris
synced 2024-11-10 02:04:13 +00:00
Tentative fix for linux build
This commit is contained in:
parent
6f24ff248f
commit
fc0a4fd6eb
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ pub enum Error {
|
|||
CliArgsParsing(getopts::Fail),
|
||||
#[cfg(unix)]
|
||||
#[error("Failed to turn polaris process into a daemon:\n\n{0}")]
|
||||
Daemonize(daemonize::DaemonizeError),
|
||||
Daemonize(daemonize::Error),
|
||||
#[error("Could not create log directory `{0}`:\n\n{1}")]
|
||||
LogDirectoryCreationError(PathBuf, std::io::Error),
|
||||
#[error("Could not create log file `{0}`:\n\n{1}")]
|
||||
|
|
Loading…
Reference in a new issue