diff --git a/src/daemon/config.rs b/src/daemon/config.rs index b614651..92ceeb2 100644 --- a/src/daemon/config.rs +++ b/src/daemon/config.rs @@ -114,7 +114,8 @@ async fn read_config_directory + Sync + Send>( ); return Ok(builder); } - error!("Error reading config fragment directory: {e}"); + error!("Error reading config fragment directory {}: {e}", + path.as_ref().to_string_lossy()); return Err(e.into()); } };