[oe-commits] Ed Bartosh : wic: Remove annoing debug message

git at git.openembedded.org git at git.openembedded.org
Wed Jul 8 12:09:57 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: e6ed2e07d70eaa07d4c2ab9e484eacedd193323e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e6ed2e07d70eaa07d4c2ab9e484eacedd193323e

Author: Ed Bartosh <ed.bartosh at linux.intel.com>
Date:   Sat Jun 27 11:05:19 2015 +0300

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 at linux.intel.com>

---

 scripts/lib/wic/plugin.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/lib/wic/plugin.py b/scripts/lib/wic/plugin.py
index fff02c0..d714b6d 100644
--- a/scripts/lib/wic/plugin.py
+++ b/scripts/lib/wic/plugin.py
@@ -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:



More information about the Openembedded-commits mailing list