chiark / gitweb /
tty-ask-password-agent: Do tell what directory we failed to open
authorCristian Rodríguez <crrodriguez@opensuse.org>
Thu, 29 May 2014 18:17:37 +0000 (14:17 -0400)
committerLennart Poettering <lennart@poettering.net>
Sun, 1 Jun 2014 06:06:16 +0000 (08:06 +0200)
src/tty-ask-password-agent/tty-ask-password-agent.c

index 32034741d2b8970cfa563e49d37b05ae0dd01673..55a2215d0a2517253a86265e62f50e551f92fa4a 100644 (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;
         }