fix: logger
This commit is contained in:
parent
61e025343d
commit
db3bcaf7d1
28 changed files with 201 additions and 181 deletions
|
|
@ -27,7 +27,7 @@ runner_test(controller_t *controller)
|
|||
driver_piface_set(global_config.relay_configs[i].pin, is_active);
|
||||
break;
|
||||
default:
|
||||
LOG_WARN("relay %d is not using a driver", i);
|
||||
LOG_WARN("relay %d is not using a driver\n", i);
|
||||
}
|
||||
sleep(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue