mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
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. (From OE-Core rev: e6ed2e07d70eaa07d4c2ab9e484eacedd193323e) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1cabf091fc
commit
9ca3472f4f
@@ -74,8 +74,6 @@ class PluginMgr(object):
|
||||
path = os.path.abspath(os.path.expanduser(path))
|
||||
|
||||
if not os.path.isdir(path):
|
||||
msger.debug("Plugin dir is not a directory or does not exist: %s"\
|
||||
% path)
|
||||
return
|
||||
|
||||
if path not in self.plugin_dirs:
|
||||
|
||||
Reference in New Issue
Block a user