Fixed typo
This commit is contained in:
parent
5ec0b5f7a5
commit
524e072e9f
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ fn main() -> Result<(), Error> {
|
|||
|
||||
info!("Cache files location is {:#?}", paths.cache_dir_path);
|
||||
info!("Data files location is {:#?}", paths.data_dir_path);
|
||||
info!("Config files location is {:#?}", paths.config_file_path);
|
||||
info!("Config file location is {:#?}", paths.config_file_path);
|
||||
info!("Database file location is {:#?}", paths.db_file_path);
|
||||
info!("Log file location is {:#?}", paths.log_file_path);
|
||||
#[cfg(unix)]
|
||||
|
|
Loading…
Add table
Reference in a new issue