mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
tweak the [...truncated] string again
svn:r2289
This commit is contained in:
parent
b500104cbe
commit
7304ac1d6f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user