summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--classes/base.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/base.bbclass b/classes/base.bbclass
index 2c03c8fcb0..b2b60850b3 100644
--- a/classes/base.bbclass
+++ b/classes/base.bbclass
@@ -528,7 +528,7 @@ python base_do_distclean() {
if os.path.exists(local):
os.remove(local)
except OSError, e:
- bb.note("Error in removal: %s" % (local, e))
+ bb.note("Error in removal: %s" % e)
}
SCENEFUNCS += "base_scenefunction"