summaryrefslogtreecommitdiff
path: root/src/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.c')
-rw-r--r--src/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.c b/src/log.c
index 5d12c8d..57bf925 100644
--- a/src/log.c
+++ b/src/log.c
@@ -87,7 +87,7 @@ void truncate_log_file (void)
if (ftruncate (log_file_fd, 0) != 0) {
log_message (LOG_WARNING,
"Unable to truncate log file to zero length");
- }
+ }
}
/*