From 9752757da07f55b62574f9ea02b8744346513649 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Mon, 16 Mar 2015 12:33:39 +0000 Subject: bitbake: toasterui: fix error message parameter Fix the error message parameter. (Bitbake rev: 64b0867108d03c7e9215b80c59c1bba919e82994) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/buildinfohelper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake') diff --git a/bitbake/lib/bb/ui/buildinfohelper.py b/bitbake/lib/bb/ui/buildinfohelper.py index b511abe7ad..06a44905ea 100644 --- a/bitbake/lib/bb/ui/buildinfohelper.py +++ b/bitbake/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 = {} -- cgit v1.2.3-54-g00ecf