bitbake: toaster: buildinfohelper Clarify log message for build history

(Bitbake rev: 5accd6c4d1dcdf6609b4ed25c2b5e4faaf7f0909)

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Wood 2016-11-24 11:20:06 +00:00 committed by Richard Purdie
parent 6dba0281e1
commit 4e48892b85
1 changed files with 2 additions and 2 deletions

View File

@ -381,8 +381,8 @@ class ORMWrapper(object):
local_path=layer_version_information['local_path'],
)
logger.info("created new historical layer version %d",
layer_copy.pk)
logger.debug("Created new layer version %s for build history",
layer_copy.layer.name)
self.layer_version_built.append(layer_copy)