updates NEWS file
authorJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 7 Nov 2011 21:54:14 +0000 (21:54 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 7 Nov 2011 21:54:14 +0000 (21:54 +0000)
removed useless newline

NEWS
src/lib/log.c

diff --git a/NEWS b/NEWS
index d369437..aaa52f1 100644 (file)
--- 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).
index 828c737..b1a5f3d 100644 (file)
@@ -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);
 }
-