plugins/mod_cron.lua
changeset 13447 98a6ec4ce140
parent 13425 92301fa7a673
--- a/plugins/mod_cron.lua	Sat Feb 24 14:32:59 2024 +0100
+++ b/plugins/mod_cron.lua	Sat Feb 24 14:35:17 2024 +0100
@@ -62,7 +62,7 @@
 		module:log("debug", "Running periodic tasks for host %s", host);
 		for _, task in ipairs(module:context(host):get_host_items("task")) do task_runner:run(task); end
 	end
-	module:log("debug", "Wait %ds", delay);
+	module:log("debug", "Wait %gs", delay);
 	return delay
 end);