From: Marco Amadori Date: Fri, 15 May 2009 08:18:07 +0000 (+0200) Subject: Improved an useful debug string. X-Git-Tag: debian/2.0.15-1~311 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=1e5613ce9c4e631c9b4b6b4caa070a3c168196e8;p=live-boot-grml.git Improved an useful debug string. --- 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?