From: Roger Dingledine Date: Wed, 18 Aug 2004 11:21:50 +0000 (+0000) Subject: tweak the [...truncated] string again X-Git-Tag: tor-0.0.8rc1~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7304ac1d6f9191e01bef9d3ab5b08520ba71ec11;p=thirdparty%2Ftor.git tweak the [...truncated] string again svn:r2289 --- 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 {