chiark / gitweb /
use "Out of memory." consistantly (or with "\n")
[elogind.git] / src / shared / ask-password-api.c
index 4333bfb564ae8b0b034f7a4b81a75d8a9a244516..005f40fef7caea2cc98e1ac6f684b5d194f8b83f 100644 (file)
@@ -282,7 +282,7 @@ static int create_socket(char **name) {
 
         if (!(c = strdup(sa.un.sun_path))) {
                 r = -ENOMEM;
-                log_error("Out of memory");
+                log_error("Out of memory.");
                 goto fail;
         }