mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
tty-ask-password-agent: Do tell what directory we failed to open
This commit is contained in:
committed by
Lennart Poettering
parent
a52ec8ed88
commit
267b3e41df
@@ -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