chiark / gitweb /
use "Out of memory." consistantly (or with "\n")
[elogind.git] / src / cgtop / cgtop.c
index 5557094a4f8bfb3ba5678a9731eb4dfd57c61401..c3824c79798eb941e56c8e5a20a5c9272a2247ec 100644 (file)
@@ -608,7 +608,7 @@ int main(int argc, char *argv[]) {
         a = hashmap_new(string_hash_func, string_compare_func);
         b = hashmap_new(string_hash_func, string_compare_func);
         if (!a || !b) {
         a = hashmap_new(string_hash_func, string_compare_func);
         b = hashmap_new(string_hash_func, string_compare_func);
         if (!a || !b) {
-                log_error("Out of memory");
+                log_error("Out of memory.");
                 r = -ENOMEM;
                 goto finish;
         }
                 r = -ENOMEM;
                 goto finish;
         }