summaryrefslogtreecommitdiff
path: root/morphlib
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-25 18:29:18 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-25 18:29:18 +0100
commitefc40ad01c0fc71a789ef338f0f7dea0879d8ffc (patch)
treec8291c071ba5fe04dab848e095f13417505e483a /morphlib
parent06cb7c913b04beeb2676ab8cb39d9c84e77c4a27 (diff)
downloadmorph-efc40ad01c0fc71a789ef338f0f7dea0879d8ffc.tar.gz
Log /proc pathname in chroot when unmounting
This is to make debugging easier.
Diffstat (limited to 'morphlib')
-rw-r--r--morphlib/builder2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/builder2.py b/morphlib/builder2.py
index 013d1ea7..9954f9d1 100644
--- a/morphlib/builder2.py
+++ b/morphlib/builder2.py
@@ -161,7 +161,7 @@ class ChunkBuilder(BuilderBase):
def umount_proc(self, mounted): # pragma: no cover
if mounted:
- logging.error('Unmounting /proc in staging area')
+ logging.error('Unmounting /proc in staging area: %s' % mounted)
self.staging_area.runcmd(['umount', mounted])
def get_sources(self, srcdir): # pragma: no cover