Skip to content

Commit

Permalink
Merge pull request #126 from dcthor/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
palisadoes authored Feb 10, 2023
2 parents 1bf5763 + 0def10b commit ae82589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/systemd/switchmap-ng-poller
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class PollingAgent(Agent):
pollertime = int(time.time()) - ts_poller_start
log_message = (
'Completed device polling sequence. {}s loop duration, {}s poller uptime'
''.format(looptime, pollertime)
''.format(looptime, pollertime))
log.log2info(1125, log_message)

# Sleep for "delay" seconds
Expand Down

0 comments on commit ae82589

Please sign in to comment.