summaryrefslogtreecommitdiffstats
path: root/lib/bb/ui
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-12-17 14:46:41 -0700
committerChris Larson <chris_larson@mentor.com>2010-12-17 14:47:27 -0700
commit976e4f84a8147ad762442df7ff4820611a21d227 (patch)
tree1b44c9f33e424f77974b3e4a4b6ef0cd567e4f52 /lib/bb/ui
parent2b07525d80f5d635e7bdcd4a9b1b93a3b834f7ce (diff)
downloadbitbake-976e4f84a8147ad762442df7ff4820611a21d227.tar.gz
logger usage cleanup
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'lib/bb/ui')
-rw-r--r--lib/bb/ui/knotty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/ui/knotty.py b/lib/bb/ui/knotty.py
index 29c71aef2..0735f25dc 100644
--- a/lib/bb/ui/knotty.py
+++ b/lib/bb/ui/knotty.py
@@ -169,7 +169,7 @@ def main(server, eventHandler):
break
if isinstance(event, bb.command.CommandFailed):
return_value = event.exitcode
- logger.error("Command execution failed: %s" % event.error)
+ logger.error("Command execution failed: %s", event.error)
break
if isinstance(event, bb.command.CommandExit):
return_value = event.exitcode