]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
wic: raise WicError instead of calling logger.error
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 21 Feb 2017 15:12:35 +0000 (17:12 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Mar 2017 23:18:18 +0000 (23:18 +0000)
commitaad85050d7ff1ef293cae786103ba06f78cc505a
tree0a633d8a92c15c57d0a517de20b2ca43aa34e4be
parentee860b3bf5117ef4b01530d336dd9c4e0d7b5550
wic: raise WicError instead of calling logger.error

Replaced forgotten calls of logger.error with raising
WicError exception. Otherwise errors will be ignored.

(From OE-Core rev: 7a5156092699593903a4bedb4cb23cc6e42ea62e)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/plugins/source/bootimg-pcbios.py
scripts/lib/wic/utils/misc.py