diff --git a/pool.js b/pool.js index c4dccca..1f08f4f 100644 --- a/pool.js +++ b/pool.js @@ -170,7 +170,7 @@ function update_temp(temp) { print("[POOL] update_temp", status.tick_temp, temp); if (status.disable_temp !== null) { - print("[POOL] updated disabled"); + print("[POOL] update disabled"); return; }