From 7304ac1d6f9191e01bef9d3ab5b08520ba71ec11 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 --- src/common/log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {