[or-cvs] tweak the [...truncated] string again
Roger Dingledine
arma at seul.org
Wed Aug 18 11:21:52 UTC 2004
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/common
Modified Files:
log.c
Log Message:
tweak the [...truncated] string again
Index: log.c
===================================================================
RCS file: /home/or/cvsroot/src/common/log.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- log.c 18 Aug 2004 08:52:12 -0000 1.49
+++ log.c 18 Aug 2004 11:21:50 -0000 1.50
@@ -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 {
More information about the tor-commits
mailing list