Skip to content

Commit

Permalink
📦 add date to Backplane debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbit committed Aug 13, 2023
1 parent d2f926a commit c3ff1a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/telem/lib/Backplane.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function Backplane:cycle()
local tempMetrics = {}
local metrics = MetricCollection()

self.dlog(os.date())
self:dlog('** cycle START !')

self:dlog('reading inputs...')
Expand Down

0 comments on commit c3ff1a8

Please sign in to comment.