From: Jean-Philippe Orsini Date: Sun, 26 Aug 2012 10:11:21 +0000 (+0000) Subject: normalize message X-Git-Tag: v0.8.0.5~250 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=06ef3647298d9cd153fe87a6eea36022e88cf607 normalize message --- diff --git a/src/lib/slog.c b/src/lib/slog.c index aed2a5b..f2c0511 100644 --- a/src/lib/slog.c +++ b/src/lib/slog.c @@ -38,7 +38,7 @@ int slog_init(const char *path, struct psensor **sensors) file = fopen(path, "a"); if (!file) { - log_err(_("Cannot open sensor log file: %s"), path); + log_err(_("slog_init: cannot open sensor log file: %s"), path); return 0; }