Tentative fix for linux build

This commit is contained in:
Antoine Gersant 2023-09-12 20:08:12 -07:00
parent 6f24ff248f
commit fc0a4fd6eb

View file

@ -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}")]