From 5da993d6a613e0915712ef684b70f189bbeb0bc6 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Mon, 10 Mar 2025 19:04:26 +0100 Subject: [PATCH] Update log --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5857f66..caf40a5 100644 --- a/index.js +++ b/index.js @@ -166,7 +166,7 @@ const reportIP = async (event, uri, country, hostname, endpoint, cycleErrorCount log(0, `- Other errors: ${cycleErrorCounts.otherErrors}`); log(0, '===================== End of Reporting Cycle ====================='); - log(0, `Waiting ${formatDelay(CONFIG.CYCLES.CYCLE_INTERVAL)}...`); + log(0, `Waiting ${formatDelay(CONFIG.CYCLES.CYCLE_INTERVAL)} (${CONFIG.CYCLES.CYCLE_INTERVAL} ms)...`); cycleId++; await new Promise(resolve => setTimeout(resolve, CONFIG.CYCLES.CYCLE_INTERVAL)); }