add derive Debug on ServerPaths struct

This commit is contained in:
Gwen Lg 2025-07-01 23:22:02 +02:00
parent 2e23edc179
commit c8f227f0fe

View file

@ -526,7 +526,7 @@ pub fn execute_run(
Ok(()) Ok(())
} }
#[derive(Clone)] #[derive(Clone, Debug)]
struct ServerPaths { struct ServerPaths {
log_file: PathBuf, log_file: PathBuf,
pid_file: PathBuf, pid_file: PathBuf,