packaged-staging: add missing debug level
authorChris Larson <chris_larson@mentor.com>
Fri, 10 Sep 2010 20:44:34 +0000 (13:44 -0700)
committerChris Larson <chris_larson@mentor.com>
Fri, 10 Sep 2010 20:44:34 +0000 (13:44 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/packaged-staging.bbclass

index d251102..377b8de 100644 (file)
@@ -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"):