From d690e1a8527aa916eba2afe441242fd37bdc1c0d Mon Sep 17 00:00:00 2001 From: Gilles Grandou Date: Thu, 21 Apr 2022 12:51:29 +0200 Subject: [PATCH] improve log --- pool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pool.js b/pool.js index 24d852f..c4dccca 100644 --- a/pool.js +++ b/pool.js @@ -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);