Skip to content

Commit

Permalink
Merge pull request #804 from DataDog/804_logging
Browse files Browse the repository at this point in the history
Agent startup broadcasts 'emergency' message on RPM-based system
  • Loading branch information
remh committed Jan 28, 2014
2 parents 31dc88f + e6539f9 commit ef2a41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ef2a41e

Please sign in to comment.