diff options
| author | Marco Amadori <amadorim@vdavda.com> | 2009-05-15 10:18:07 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:05 +0100 |
| commit | 1e5613ce9c4e631c9b4b6b4caa070a3c168196e8 (patch) | |
| tree | fc8d59640a2f82ae651c24db09400de93c4a94df /scripts | |
| parent | 0ed041259b335664ca3f64d50f29cfb071e04100 (diff) | |
| download | live-boot-1e5613ce9c4e631c9b4b6b4caa070a3c168196e8.tar.gz live-boot-1e5613ce9c4e631c9b4b6b4caa070a3c168196e8.zip | |
Improved an useful debug string.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/live | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/live b/scripts/live index 56c0a14..4a793ad 100755 --- a/scripts/live +++ b/scripts/live @@ -983,12 +983,11 @@ try_snap () log_warning_msg "Impossible to include the ${snapfile} Snapshot file" fi - elif [ -b "${snapdata}" ] then # Try to find if it could be a snapshot partition dev="${snapdata}" - log_success_msg "found snapshot device on ${dev}" + log_success_msg "found snapshot ${snap_type} device on ${dev}" if echo "${dev}" | grep -qs loop then # strange things happens, user confused? |
