mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 22:27:03 +05:30
fix: tweak config file name logging
This commit is contained in:
parent
a4dd6808f4
commit
487e8eadbb
1 changed files with 1 additions and 1 deletions
|
@ -70,9 +70,9 @@ fn configure_tracing() {
|
|||
fn get_config_path() -> Result<PathBuf> {
|
||||
let mut config_path =
|
||||
config_dir().ok_or_else(|| anyhow!("Failed to get config dir"))?;
|
||||
debug!("Config directory: {}", config_path.to_string_lossy());
|
||||
config_path.push("substitutor");
|
||||
config_path.push("config");
|
||||
config_path.set_extension("toml");
|
||||
debug!("Config file: {}", config_path.to_string_lossy());
|
||||
Ok(config_path)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue