diff --git a/src/common/log.c b/src/common/log.c index 21bf444cdb..26038b166a 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 {