diff --git a/src/stratifier.c b/src/stratifier.c index a0cabb63..0b974d5f 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -3618,8 +3618,8 @@ static void *statsupdate(void *arg) LOGERR("Failed to fopen %s", fname); continue; } - s = json_dumps(val, JSON_NO_UTF8 | JSON_PRESERVE_ORDER | JSON_EOL); - fprintf(fp, "%s", s); + s = json_dumps(val, JSON_NO_UTF8 | JSON_PRESERVE_ORDER); + fprintf(fp, "%s\n", s); if (!idle) LOGNOTICE("User %s:%s", instance->username, s); dealloc(s);