]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/package_manager: Use log-level warning instead of quiet
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Jul 2015 22:53:01 +0000 (23:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Jul 2015 09:39:00 +0000 (10:39 +0100)
commit9de391260e4491a4852410adf1009a1fa0c72a5c
treec60a62e82a342b8bf8ac925b417099f1a221e162
parentc68b975693c10899ce50b4d8c2aa3985ca890ce3
lib/oe/package_manager: Use log-level warning instead of quiet

quiet means that no warnings are shown on the console and really is too
quiet for our needs. This is more verbose but that is better than too
little and does aid debugging things when they go wrong.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/package_manager.py