aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 21bf444cd..26038b166 100644
--- a/src/common/log.c
+++ b/src/common/log.c
@@ -22,8 +22,8 @@
#define snprintf _snprintf
#endif
-#define TRUNCATED_STR "[truncated]"
-#define TRUNCATED_STR_LEN 11
+#define TRUNCATED_STR "[...truncated]"
+#define TRUNCATED_STR_LEN 14
/** Information for a single logfile; only used in log.c */
typedef struct logfile_t {