diff options
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
| -rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 7095ea5abc..91911aff89 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
| @@ -1070,7 +1070,7 @@ class RunQueueData: | |||
| 1070 | msg += "\n%s has unique rprovides:\n %s" % (provfn, "\n ".join(rprovide_results[provfn] - commonrprovs)) | 1070 | msg += "\n%s has unique rprovides:\n %s" % (provfn, "\n ".join(rprovide_results[provfn] - commonrprovs)) |
| 1071 | 1071 | ||
| 1072 | if self.warn_multi_bb: | 1072 | if self.warn_multi_bb: |
| 1073 | logger.warning(msg) | 1073 | logger.verbnote(msg) |
| 1074 | else: | 1074 | else: |
| 1075 | logger.error(msg) | 1075 | logger.error(msg) |
| 1076 | 1076 | ||
