tty-ask-password-agent: Do tell what directory we failed to open

This commit is contained in:
Cristian Rodríguez
2014-05-29 14:17:37 -04:00
committed by Lennart Poettering
parent a52ec8ed88
commit 267b3e41df

View File

@@ -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;
}