mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 18:02:00 -04:00
Actually commit correct file this time...
This commit is contained in:
parent
6285530a4a
commit
0c05b760ed
2 changed files with 4 additions and 3 deletions
|
@ -114,8 +114,10 @@ async fn read_config_directory<P: AsRef<Path> + Sync + Send>(
|
||||||
);
|
);
|
||||||
return Ok(builder);
|
return Ok(builder);
|
||||||
}
|
}
|
||||||
error!("Error reading config fragment directory {}: {e}",
|
error!(
|
||||||
path.as_ref().to_string_lossy());
|
"Error reading config fragment directory {}: {e}",
|
||||||
|
path.as_ref().to_string_lossy()
|
||||||
|
);
|
||||||
return Err(e.into());
|
return Err(e.into());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -27,7 +27,6 @@ pub mod daemon;
|
||||||
pub mod hardware;
|
pub mod hardware;
|
||||||
pub mod power;
|
pub mod power;
|
||||||
pub mod proxy;
|
pub mod proxy;
|
||||||
pub mod wakehook;
|
|
||||||
pub mod wifi;
|
pub mod wifi;
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue