Skip to content

Commit

Permalink
πŸ› fix dlog call in cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbit committed Aug 13, 2023
1 parent c3ff1a8 commit 551dc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/telem/lib/Backplane.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function Backplane:cycle()
local tempMetrics = {}
local metrics = MetricCollection()

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

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

0 comments on commit 551dc75

Please sign in to comment.