show return values of hooks more explicitely

This commit is contained in:
holger krekel 2010-11-06 20:12:45 +01:00
parent b3628daa62
commit 1a7f2e77e8
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ class HookCaller:
try:
res = mc.execute()
if res:
self.trace(res)
self.trace("finish", self.name, "-->", res)
finally:
self.trace.root.indent -= 1
return res