Skip to content

Commit

Permalink
Fix a potential variable misuse bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LostBenjamin authored Jun 15, 2022
1 parent 1c7720b commit bf2f8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diamond/handler/datadog.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def _send(self):
topic, value, timestamp = str(metric).split()
logging.debug(
"Sending.. topic[%s], value[%s], timestamp[%s]",
path,
topic,
value,
timestamp
)
Expand Down

0 comments on commit bf2f8c2

Please sign in to comment.