chiark / gitweb /
use "Out of memory." consistantly (or with "\n")
[elogind.git] / src / login / multi-seat-x.c
index 92014f5316489eee976a31e531094e6cf33e17dd..a1fab86f6ae1f8998445ec4a37a8878964740ecb 100644 (file)
@@ -121,7 +121,7 @@ int main(int argc, char *argv[]) {
 
         path = strappend("/run/systemd/multi-session-x/", seat);
         if (!path) {
-                log_error("Out of memory");
+                log_error("Out of memory.");
                 goto fail;
         }