summaryrefslogtreecommitdiff
path: root/src/shared/logs-show.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/logs-show.c')
-rw-r--r--src/shared/logs-show.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/logs-show.c b/src/shared/logs-show.c
index a68cd3de57..f90f5a1f0d 100644
--- a/src/shared/logs-show.c
+++ b/src/shared/logs-show.c
@@ -53,7 +53,7 @@ static int parse_field(const void *data, size_t length, const char *field, char
memcpy(buf, (const char*) data + fl, nl);
((char*)buf)[nl] = 0;
if (!buf) {
- log_error("Out of memory");
+ log_error("Out of memory.");
return -ENOMEM;
}