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

(cherry picked from commit 267b3e41df)
This commit is contained in:
Cristian Rodríguez
2014-06-16 18:31:23 -04:00
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;
}