improve log

This commit is contained in:
Gilles Grandou 2022-04-21 12:51:29 +02:00
parent 27204f1933
commit d690e1a852
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ function do_call(calls) {
function update_pump(temp, max, time) {
status.tick_pump++;
print("[POOL] update_pump", status.tick_pump, temp, max, time);
print("[POOL] update_pump", status.tick_pump, "- temp:", temp, "max:", max, "time:", time);
let duration = compute_duration_filt(max);
let schedule = compute_schedule_filt(duration);