chiark / gitweb /
use "Out of memory." consistantly (or with "\n")
[elogind.git] / src / readahead / readahead-replay.c
index 7bd079aae591c5459617313401fd102ae282fcca..f90821e831e67b28f6ad363b33d1e8f0ccf29ebf 100644 (file)
@@ -150,7 +150,7 @@ static int replay(const char *root) {
         block_bump_request_nr(root);
 
         if (asprintf(&pack_fn, "%s/.readahead", root) < 0) {
-                log_error("Out of memory");
+                log_error("Out of memory.");
                 r = -ENOMEM;
                 goto finish;
         }