From d2c978d2ced9dd108bac50dbed92f7182d2c31d3 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 18 Aug 2004 11:21:50 +0000 Subject: [PATCH] tweak the [...truncated] string again svn:r2289 --- trunk/src/common/log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/src/common/log.c b/trunk/src/common/log.c index 21bf444cdb..26038b166a 100644 --- a/trunk/src/common/log.c +++ b/trunk/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 {