chiark / gitweb /
systemctl: shutdown agent explicitly so that it can reset the tty properly
[elogind.git] / src / tty-ask-password-agent.c
index 5e745247e5d01c715605b6101f4bd6aa8e5e9617..bedb0bc319aafd9e0b01bdd747185ea447152578 100644 (file)
@@ -92,7 +92,7 @@ static int ask_password_plymouth(
         sa.sa.sa_family = AF_UNIX;
         strncpy(sa.un.sun_path+1, "/org/freedesktop/plymouthd", sizeof(sa.un.sun_path)-1);
         if (connect(fd, &sa.sa, offsetof(struct sockaddr_un, sun_path) + 1 + strlen(sa.un.sun_path+1)) < 0) {
-                log_error("FAILED TO CONNECT: %m");
+                log_error("Failed to connect to Plymouth: %m");
                 r = -errno;
                 goto finish;
         }