diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-08 15:47:37 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-09 14:20:48 -0500 |
commit | 9728388043af86fefee64336c584f5132273c9bc (patch) | |
tree | 1b334c07c9a07a13a17e75f4587a94cc08e0def6 /src/chroot-tools/librechroot.gpl2 | |
parent | 8d3c769a7133f8e021eb86c296eb415c3356c26a (diff) |
make the messages while waiting for a chroot lock more helpful
Diffstat (limited to 'src/chroot-tools/librechroot.gpl2')
-rwxr-xr-x | src/chroot-tools/librechroot.gpl2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chroot-tools/librechroot.gpl2 b/src/chroot-tools/librechroot.gpl2 index b6112a2..1b5d90a 100755 --- a/src/chroot-tools/librechroot.gpl2 +++ b/src/chroot-tools/librechroot.gpl2 @@ -19,7 +19,8 @@ sync() { exit 1 fi - lock_open_read 8 "$rootdir" "Locking clean chroot" + lock_open_read 8 "$rootdir" \ + "Waiting for existing lock on \`$rootdir' to be released" stat_busy 'Creating clean working copy' local use_rsync=false |