Fix incorrect path in log message
This commit is contained in:
parent
6b3b1a5966
commit
9a8f1c9d34
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ pub fn chown_settings_dir() -> std::io::Result<()> {
|
||||||
.parse()
|
.parse()
|
||||||
.unwrap_or(1000);
|
.unwrap_or(1000);
|
||||||
log::info!(
|
log::info!(
|
||||||
"chmod/chown ~/.config/powertools for user `{}` ({})",
|
"chmod/chown {} for user `{}` ({})",
|
||||||
|
dir.display(),
|
||||||
deck_user,
|
deck_user,
|
||||||
uid
|
uid
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue