]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
tweak the [...truncated] string again
authorRoger Dingledine <arma@torproject.org>
Wed, 18 Aug 2004 11:21:50 +0000 (11:21 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 18 Aug 2004 11:21:50 +0000 (11:21 +0000)
svn:r2289

src/common/log.c

index 21bf444cdb28cb1b9bcccf4bcc925d1ef985cd48..26038b166ab55b65adce8c2f3926de0aee943649 100644 (file)
@@ -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 {