From 1ad3595e8c4aef541261f3a19ba0e85c106cff09 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 4 Jan 2016 17:35:10 +0000 Subject: bitbake: siggen: Change exception note into a warning This makes no sense as just a note, its at least a warning and useful to get an idea of which codepath is failing. (Bitbake rev: 0194cf0da24dc72dab0612cd54aa5190e6cd92f2) Signed-off-by: Richard Purdie --- bitbake/lib/bb/siggen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/siggen.py') diff --git a/bitbake/lib/bb/siggen.py b/bitbake/lib/bb/siggen.py index 0352e45231..c104c19f17 100644 --- a/bitbake/lib/bb/siggen.py +++ b/bitbake/lib/bb/siggen.py @@ -146,7 +146,7 @@ class SignatureGeneratorBasic(SignatureGenerator): try: taskdeps = self._build_data(fn, d) except: - bb.note("Error during finalise of %s" % fn) + bb.warn("Error during finalise of %s" % fn) raise #Slow but can be useful for debugging mismatched basehashes -- cgit 1.2.3-korg