[bitbake-devel] [PATCH 07/14] toasterui: fix error message parameter
Alex DAMIAN
alexandru.damian at intel.com
Tue Mar 17 13:27:59 UTC 2015
From: Alexandru DAMIAN <alexandru.damian at intel.com>
Fix the error message parameter.
Signed-off-by: Alexandru DAMIAN <alexandru.damian at intel.com>
---
lib/bb/ui/buildinfohelper.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bb/ui/buildinfohelper.py b/lib/bb/ui/buildinfohelper.py
index b511abe..06a4490 100644
--- a/lib/bb/ui/buildinfohelper.py
+++ b/lib/bb/ui/buildinfohelper.py
@@ -890,7 +890,7 @@ class BuildInfoHelper(object):
file_path__endswith = recipe_information['file_path'],
name = recipename)
except Recipe.DoesNotExist:
- logger.error("Could not find recipe for recipe_information %s name %s" % (pformat(recipe_information), name))
+ logger.error("Could not find recipe for recipe_information %s name %s" % (pformat(recipe_information), recipename))
raise
task_information = {}
--
1.9.1
More information about the bitbake-devel
mailing list