summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/log.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/log.cc b/src/lib/log.cc
index 934664915..daef13f77 100644
--- a/src/lib/log.cc
+++ b/src/lib/log.cc
@@ -151,7 +151,7 @@ FileLog::head_and_tail (int amount) const
out += string (buffer);
if (tail_amount > 0) {
- out += "\n.\n.\n.\n";
+ out += "\n .\n .\n .\n";
fseek (f, - tail_amount - 1, SEEK_END);