chiark / gitweb /
use "Out of memory." consistantly (or with "\n")
[elogind.git] / src / journal / journalctl.c
index e633dd34d77841437ee1e73a9e463cee2b076d2e..a9cf9cd957445441b045b345b3ca22a89e1a74f5 100644 (file)
@@ -256,7 +256,7 @@ static int add_matches(sd_journal *j, char **args) {
                                 t = strappend("_EXE=", path);
                                 if (!t) {
                                         free(p);
-                                        log_error("Out of memory");
+                                        log_error("Out of memory.");
                                         return -ENOMEM;
                                 }