From: Jean-Philippe Orsini Date: Mon, 7 Nov 2011 21:54:14 +0000 (+0000) Subject: updates NEWS file X-Git-Tag: v0.8.0.5~600 X-Git-Url: http://git.wpitchoune.net/gitweb/?a=commitdiff_plain;h=cd194df6ee8cf84f766839f6a95fdd110d3a11a1;p=psensor.git updates NEWS file removed useless newline --- diff --git a/NEWS b/NEWS index d369437..aaa52f1 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ ** psensor: added missing CPPFLAGS for Gtop (submitted by Lubos Stanek). ** psensor: fixed compilation with AMD/ATI GPU monitoring support (submitted by Lubos Stanek). +** psensor: default log level set to LOG_WARN. * v0.6.2.12 ** psensor: added -d option to enable debug log (written to $HOME/.psensor/log). diff --git a/src/lib/log.c b/src/lib/log.c index 828c737..b1a5f3d 100644 --- a/src/lib/log.c +++ b/src/lib/log.c @@ -89,4 +89,3 @@ void log_printf(int lvl, const char *fmt, ...) fprintf(file, "[%ld] %s %s\n", tv.tv_sec, lvl_str, buffer); fflush(file); } -