mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-07 14:14:35 +00:00
tty-ask-password-agent: Do tell what directory we failed to open
(cherry picked from commit 267b3e41df)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
55cf7f15b4
commit
54fcd1a651
@@ -501,7 +501,7 @@ static int show_passwords(void) {
|
||||
if (errno == ENOENT)
|
||||
return 0;
|
||||
|
||||
log_error("opendir(): %m");
|
||||
log_error("opendir(/run/systemd/ask-password): %m");
|
||||
return -errno;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user