don't add a spurious newline before [truncated]

svn:r2282
This commit is contained in:
Roger Dingledine
2004-08-18 08:52:12 +00:00
parent c4f86de8bb
commit 2247fea698
+2 -2
View File
@@ -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 {