From c3ff1a8648e8288b0998889a86f56ad78237616e Mon Sep 17 00:00:00 2001 From: cyberbit Date: Sun, 13 Aug 2023 03:27:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20add=20date=20to=20Backplane=20de?= =?UTF-8?q?bug=20output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/telem/lib/Backplane.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/telem/lib/Backplane.lua b/src/telem/lib/Backplane.lua index f729981..158b04f 100644 --- a/src/telem/lib/Backplane.lua +++ b/src/telem/lib/Backplane.lua @@ -50,6 +50,7 @@ function Backplane:cycle() local tempMetrics = {} local metrics = MetricCollection() + self.dlog(os.date()) self:dlog('** cycle START !') self:dlog('reading inputs...')