Skip to content

Commit

Permalink
Fix logging call
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris AtLee committed Aug 27, 2010
1 parent 3c459c7 commit 29339ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/status/mail.py
Expand Up @@ -451,7 +451,7 @@ def createEmail(self, msgdict, builderName, projectName, results, build,
for k,v in self.extraHeaders.items():
k = properties.render(k)
if k in m:
twlog("Warning: Got header " + k + " in self.extraHeaders "
twlog.msg("Warning: Got header " + k + " in self.extraHeaders "
"but it already exists in the Message - "
"not adding it.")
continue
Expand Down

0 comments on commit 29339ec

Please sign in to comment.