]> code.ossystems Code Review - openembedded-core.git/commit
wic: Remove annoing debug message
authorEd Bartosh <ed.bartosh@linux.intel.com>
Sat, 27 Jun 2015 08:05:19 +0000 (11:05 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jul 2015 22:01:21 +0000 (23:01 +0100)
commite6ed2e07d70eaa07d4c2ab9e484eacedd193323e
treee12b0ec63d74bafc43039696c8db70bc8e34992b
parent36be9c1f7a6fded146a6f1c268455d826d78f97b
wic: Remove annoing debug message

Wic tries to find plugins in every layer and prints a message
'Plugin dir is not a directory or does not exist' if layer
doesn't have plugin dir. It causes a lot of duplicated
messages in the debug output, which makes it hard to find
useful info there.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/wic/plugin.py