aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-08-18 11:21:50 +0000
committerRoger Dingledine <arma@torproject.org>2004-08-18 11:21:50 +0000
commit7304ac1d6f9191e01bef9d3ab5b08520ba71ec11 (patch)
tree6418a8eb95a7122ea5e02b9369324e244415e494
parentb500104cbe48d072a7f3ef9135263b054fc63d76 (diff)
downloadtor-7304ac1d6f9191e01bef9d3ab5b08520ba71ec11.tar.gz
tor-7304ac1d6f9191e01bef9d3ab5b08520ba71ec11.zip
tweak the [...truncated] string again
svn:r2289
-rw-r--r--src/common/log.c4
1 files 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 {