add derive Debug on ServerPaths struct
This commit is contained in:
parent
2e23edc179
commit
c8f227f0fe
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ pub fn execute_run(
|
|||
Ok(())
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, Debug)]
|
||||
struct ServerPaths {
|
||||
log_file: PathBuf,
|
||||
pid_file: PathBuf,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue