Skip to content

Commit

Permalink
Fix method name in log
Browse files Browse the repository at this point in the history
  • Loading branch information
rutsky committed Aug 16, 2013
1 parent 908590d commit de730a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/changes/svnpoller.py
Expand Up @@ -198,7 +198,7 @@ def determine_prefix(output):
try:
doc = xml.dom.minidom.parseString(output)
except xml.parsers.expat.ExpatError:
log.msg("SVNPoller: SVNPoller._determine_prefix_2: ExpatError in '%s'"
log.msg("SVNPoller: SVNPoller.get_prefix: ExpatError in '%s'"
% output)
raise
rootnodes = doc.getElementsByTagName("root")
Expand Down

0 comments on commit de730a9

Please sign in to comment.