Browse Source

tweak the [...truncated] string again

svn:r2289
Roger Dingledine 20 years ago
parent
commit
7304ac1d6f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/common/log.c

+ 2 - 2
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 {