aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/log.c b/src/common/log.c
index 8d4bb74d3..21bf444cd 100644
--- a/src/common/log.c
+++ b/src/common/log.c
@@ -22,8 +22,8 @@
#define snprintf _snprintf
#endif
-#define TRUNCATED_STR "\n[truncated]"
-#define TRUNCATED_STR_LEN 12
+#define TRUNCATED_STR "[truncated]"
+#define TRUNCATED_STR_LEN 11
/** Information for a single logfile; only used in log.c */
typedef struct logfile_t {