Skip to content
Snippets Groups Projects
Commit 71be1dde authored by rahix's avatar rahix
Browse files

chore(epicardium): Fix bsec log message typo

parent 24091192
No related branches found
No related tags found
No related merge requests found
Pipeline #5459 passed
......@@ -390,7 +390,7 @@ int bsec_activate(void)
config_get_integer_with_default("bsec_offset", -22) / 10.;
if (temperature_offset != 0.0) {
LOG_INFO(
"besec",
"bsec",
"BSEC Temp offset %d/10 K",
(int)(temperature_offset * 10)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment