Skip to content

Commit

Permalink
add linebreak to stats_log() (twitter#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingfish committed Jan 17, 2019
1 parent 05eb03e commit a4c0334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stats/cc_stats_log.c
Expand Up @@ -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
Expand Down

0 comments on commit a4c0334

Please sign in to comment.