X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcgtop%2Fcgtop.c;h=c3824c79798eb941e56c8e5a20a5c9272a2247ec;hp=5557094a4f8bfb3ba5678a9731eb4dfd57c61401;hb=669241a076108e0483d7d8475beaa506106d077e;hpb=22cfbae09d7791c52901c53b240e28c63eee93d4 diff --git a/src/cgtop/cgtop.c b/src/cgtop/cgtop.c index 5557094a4..c3824c797 100644 --- a/src/cgtop/cgtop.c +++ b/src/cgtop/cgtop.c @@ -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) { - log_error("Out of memory"); + log_error("Out of memory."); r = -ENOMEM; goto finish; }