From 045d8947ae0f75dfbc9b08d733b1bcb106a0549b Mon Sep 17 00:00:00 2001 From: Roberto De Ioris Date: Mon, 10 Dec 2012 14:12:29 +0100 Subject: [PATCH] applied 0001-missing-new-line-in-carbon-plugin-logs.patch --- plugins/carbon/carbon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/carbon/carbon.c b/plugins/carbon/carbon.c index f0a3f412..55a2f262 100644 --- a/plugins/carbon/carbon.c +++ b/plugins/carbon/carbon.c @@ -82,7 +82,7 @@ void carbon_post_init() { // set next update to now()+retry_delay, this way we will have first flush just after start u_carbon.last_update = uwsgi_now() - u_carbon.freq + u_carbon.retry_delay; - uwsgi_log("[carbon] carbon plugin started, %is frequency, %is timeout, max retries %i, retry delay %is", + uwsgi_log("[carbon] carbon plugin started, %is frequency, %is timeout, max retries %i, retry delay %is\n", u_carbon.freq, u_carbon.timeout, u_carbon.max_retries, u_carbon.retry_delay); }