Skip to content
Snippets Groups Projects
Commit 299fdb75 authored by Nikolay Stanchev's avatar Nikolay Stanchev
Browse files

Fixes a typo in logging message

parent 102123dd
No related branches found
No related tags found
No related merge requests found
...@@ -237,7 +237,7 @@ class AlertsConfigurationAPI(object): ...@@ -237,7 +237,7 @@ class AlertsConfigurationAPI(object):
log.info("Sending GET request to Kapacitor for URL - {0}".format(kapacitor_topic_handlers_full_url)) log.info("Sending GET request to Kapacitor for URL - {0}".format(kapacitor_topic_handlers_full_url))
response = get(kapacitor_topic_handlers_full_url) response = get(kapacitor_topic_handlers_full_url)
log.info("Received status code {0} from Kapacitor for URL - {1}".format(response.status_code, kapacitor_task_full_url)) log.info("Received status code {0} from Kapacitor for URL - {1}".format(response.status_code, kapacitor_topic_handlers_full_url))
# traverse each handler and delete it # traverse each handler and delete it
for handler in response.json()["handlers"]: for handler in response.json()["handlers"]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment