[oe-commits] Chris Larson : packaged-staging: add missing debug level

git version control git at git.openembedded.org
Fri Sep 10 20:44:42 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8607ea2929684714dbbc28f53023de92cf7c1bdf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8607ea2929684714dbbc28f53023de92cf7c1bdf

Author: Chris Larson <chris_larson at mentor.com>
Date:   Fri Sep 10 13:44:34 2010 -0700

packaged-staging: add missing debug level

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 classes/packaged-staging.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/packaged-staging.bbclass b/classes/packaged-staging.bbclass
index d251102..377b8de 100644
--- a/classes/packaged-staging.bbclass
+++ b/classes/packaged-staging.bbclass
@@ -94,7 +94,7 @@ def pstage_manualclean(srcname, destvarname, d):
 	dest = bb.data.getVar(destvarname, d, True)
 
 	for walkroot, dirs, files in os.walk(src):
-		bb.debug("rm %s" % walkroot)
+		bb.debug(2, "rm %s" % walkroot)
 		for file in files:
 			# Avoid breaking the held lock
 			if (file == "staging.lock"):





More information about the Openembedded-commits mailing list