mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-05 05:04:46 +02:00
rrs_maintainer_history: fix syntax
* Fix the link_maintainer.recipesymbol.pn syntax for debug logging Signed-off-by: Tim Orling <tim.orling@konsulko.com>
This commit is contained in:
parent
ea947724eb
commit
836eca1d82
|
@ -136,7 +136,7 @@ def maintainers_inc_history(options, logger, maintplan, layerbranch, repodir, la
|
|||
rm.history = rms
|
||||
rm.save()
|
||||
if link_maintainer:
|
||||
logger.debug("%s: linked to maintainer for %s" % (recipe.pn, link_maintainer.recipe.pn))
|
||||
logger.debug("%s: linked to maintainer for %s" % (recipe.pn, link_maintainer.recipesymbol.pn))
|
||||
else:
|
||||
logger.debug("%s: Not found maintainer in commit %s set to 'No maintainer'." % \
|
||||
(recipe.pn, rms.sha1))
|
||||
|
@ -155,7 +155,7 @@ def maintainers_inc_history(options, logger, maintplan, layerbranch, repodir, la
|
|||
rm.history = rms
|
||||
rm.save()
|
||||
if link_maintainer:
|
||||
logger.debug("%s: New recipe linked to maintainer for %s" % (recipe.pn, link_maintainer.recipe.pn))
|
||||
logger.debug("%s: New recipe linked to maintainer for %s" % (recipe.pn, link_maintainer.recipesymbol.pn))
|
||||
else:
|
||||
logger.debug("%s: New recipe not found maintainer set to 'No maintainer'." % \
|
||||
(recipe.pn))
|
||||
|
|
Loading…
Reference in New Issue
Block a user