mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
don't add a spurious newline before [truncated]
svn:r2282
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
#define TRUNCATED_STR "\n[truncated]"
|
||||
#define TRUNCATED_STR_LEN 12
|
||||
#define TRUNCATED_STR "[truncated]"
|
||||
#define TRUNCATED_STR_LEN 11
|
||||
|
||||
/** Information for a single logfile; only used in log.c */
|
||||
typedef struct logfile_t {
|
||||
|
||||
Reference in New Issue
Block a user