mirror of
https://github.com/agersant/polaris
synced 2024-12-03 10:09:09 +00:00
Cosmetic changes to debug output
This commit is contained in:
parent
ec8a8da81e
commit
2f49aa0e40
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ impl Config {
|
|||
root
|
||||
}
|
||||
};
|
||||
println!("Loading config from: {}", config_path.to_string_lossy());
|
||||
println!("Config file path: {}", config_path.to_string_lossy());
|
||||
|
||||
let mut config_file = fs::File::open(config_path)?;
|
||||
let mut config_file_content = String::new();
|
||||
|
|
|
@ -188,7 +188,7 @@ impl Index {
|
|||
|
||||
let path = &config.path;
|
||||
|
||||
println!("Reading or creating index from {}", path.to_string_lossy());
|
||||
println!("Index file path: {}", path.to_string_lossy());
|
||||
|
||||
let index = Index {
|
||||
path: path.to_string_lossy().deref().to_string(),
|
||||
|
|
Loading…
Reference in a new issue