diff --git a/checks/collector.py b/checks/collector.py index ae11aa152b..f720d0b6ab 100644 --- a/checks/collector.py +++ b/checks/collector.py @@ -388,7 +388,7 @@ def _build_payload(self, start_event=True): # Log the metadata on the first run if self._is_first_run(): - log.info(u"Hostnames: %s, tags: %s" % (repr(self.metadata_cache), payload['host-tags'])) + log.info("Hostnames: %s, tags: %s" % (repr(self.metadata_cache), payload['host-tags'])) return payload