From: Richard Purdie Date: Mon, 4 Jan 2016 17:35:10 +0000 (+0000) Subject: siggen: Change exception note into a warning X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0194cf0da24dc72dab0612cd54aa5190e6cd92f2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Richard Purdie --- diff --git a/lib/bb/siggen.py b/lib/bb/siggen.py index 0352e45231c..c104c19f177 100644 --- a/lib/bb/siggen.py +++ b/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