diff options
author | Michael Wood <michael.g.wood@intel.com> | 2016-11-24 11:20:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:48:10 +0000 |
commit | 4e48892b859b3fe04c8c12b22d8975eed21c086b (patch) | |
tree | 674c1616413465f304fc9bfd29c7f43bcbfdb05b /bitbake | |
parent | 6dba0281e1de039c64098fbb0b32e6fd78ab53eb (diff) | |
download | poky-4e48892b859b3fe04c8c12b22d8975eed21c086b.tar.gz |
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>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/ui/buildinfohelper.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/ui/buildinfohelper.py b/bitbake/lib/bb/ui/buildinfohelper.py index 63c779e81f..5ed150dbb0 100644 --- a/bitbake/lib/bb/ui/buildinfohelper.py +++ b/bitbake/lib/bb/ui/buildinfohelper.py | |||
@@ -381,8 +381,8 @@ class ORMWrapper(object): | |||
381 | local_path=layer_version_information['local_path'], | 381 | local_path=layer_version_information['local_path'], |
382 | ) | 382 | ) |
383 | 383 | ||
384 | logger.info("created new historical layer version %d", | 384 | logger.debug("Created new layer version %s for build history", |
385 | layer_copy.pk) | 385 | layer_copy.layer.name) |
386 | 386 | ||
387 | self.layer_version_built.append(layer_copy) | 387 | self.layer_version_built.append(layer_copy) |
388 | 388 | ||