diff options
author | Roger Dingledine <arma@torproject.org> | 2004-08-18 11:21:50 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-08-18 11:21:50 +0000 |
commit | 7304ac1d6f9191e01bef9d3ab5b08520ba71ec11 (patch) | |
tree | 6418a8eb95a7122ea5e02b9369324e244415e494 | |
parent | b500104cbe48d072a7f3ef9135263b054fc63d76 (diff) | |
download | tor-7304ac1d6f9191e01bef9d3ab5b08520ba71ec11.tar tor-7304ac1d6f9191e01bef9d3ab5b08520ba71ec11.tar.gz |
tweak the [...truncated] string again
svn:r2289
-rw-r--r-- | src/common/log.c | 4 |
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 { |