We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 481bf86 + 9f42539 commit a5f4d0eCopy full SHA for a5f4d0e
instana/fsm.py
@@ -90,7 +90,7 @@ def get_default_gateway(self):
90
return None
91
92
def check_host(self, host):
93
- l.debug("checking host", host)
+ l.debug("checking host", str(host))
94
95
(_, h) = self.agent.request_header(
96
self.agent.make_host_url(host, "/"), "GET", "Server")
0 commit comments