From a490593a241ebdd2fada9f4c814c220071e02411 Mon Sep 17 00:00:00 2001 From: Gilles Grandou Date: Thu, 21 Apr 2022 14:12:07 +0200 Subject: [PATCH] print typo --- pool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }