[systemd-devel] [PATCH] tty-ask-password-agent: Do tell what directory we failed to open

Lennart Poettering lennart at poettering.net
Sat May 31 23:10:33 PDT 2014


On Thu, 29.05.14 14:17, Cristian Rodríguez (crrodriguez at opensuse.org) wrote:

Applied! THanks!

> ---
>  src/tty-ask-password-agent/tty-ask-password-agent.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/tty-ask-password-agent/tty-ask-password-agent.c b/src/tty-ask-password-agent/tty-ask-password-agent.c
> index 3203474..55a2215 100644
> --- a/src/tty-ask-password-agent/tty-ask-password-agent.c
> +++ b/src/tty-ask-password-agent/tty-ask-password-agent.c
> @@ -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;
>          }
>  


Lennart

-- 
Lennart Poettering, Red Hat


More information about the systemd-devel mailing list