From a4c0334524fdc1d534830e35baddda772ed21e81 Mon Sep 17 00:00:00 2001 From: Yao Yue Date: Wed, 16 Jan 2019 19:43:25 -0800 Subject: [PATCH] add linebreak to stats_log() (#188) --- src/stats/cc_stats_log.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stats/cc_stats_log.c b/src/stats/cc_stats_log.c index 47f15ea3f..928cd32be 100644 --- a/src/stats/cc_stats_log.c +++ b/src/stats/cc_stats_log.c @@ -75,6 +75,7 @@ stats_log(struct metric metrics[], unsigned int nmetric) len = metric_print(buf, PRINT_BUF_LEN, STATS_LOG_FMT, metrics); log_write(slog, buf, len); } + log_write(slog, CRLF, CRLF_LEN); } void