normalize message
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 26 Aug 2012 10:11:21 +0000 (10:11 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 26 Aug 2012 10:11:21 +0000 (10:11 +0000)
src/lib/slog.c

index aed2a5b..f2c0511 100644 (file)
@@ -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;
        }