not an error
authorJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 20 May 2013 09:05:12 +0000 (09:05 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 20 May 2013 09:05:12 +0000 (09:05 +0000)
src/lib/slog.c

index 924138f..b1c98ad 100644 (file)
@@ -169,7 +169,7 @@ void slog_close()
                free(last_values);
                last_values = NULL;
        } else {
-               log_err(_("Sensor log not open, cannot close."));
+               log_debug(_("Sensor log not open, cannot close."));
        }
 }