[svn r62491] fix a typo

--HG--
branch : trunk
This commit is contained in:
hpk 2009-03-03 19:05:08 +01:00
parent a743caef18
commit 30149574c7
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class TerminalReporter:
line = info.verboseline(basedir=self.curdir) + " "
extra = ""
if event.host:
extra = "-> " + event.host.hostid
extra = "-> " + str(event.host)
self.write_ensure_prefix(line, extra)
else:
# ensure that the path is printed before the 1st test of