chiark / gitweb /
use "Out of memory." consistantly (or with "\n")
[elogind.git] / src / rc-local-generator / rc-local-generator.c
index f41a6bf265f9f0a5fdcec807baa0aa10f0ccedc2..9fafa29f2212919a8385f6abda195e146df78867 100644 (file)
@@ -48,7 +48,7 @@ static int add_symlink(const char *service, const char *where) {
         asprintf(&to, "%s/%s.wants/%s", arg_dest, where, service);
 
         if (!from || !to) {
-                log_error("Out of memory");
+                log_error("Out of memory.");
                 r = -ENOMEM;
                 goto finish;
         }