From 1e5613ce9c4e631c9b4b6b4caa070a3c168196e8 Mon Sep 17 00:00:00 2001 From: Marco Amadori Date: Fri, 15 May 2009 10:18:07 +0200 Subject: [PATCH] Improved an useful debug string. --- scripts/live | 3 +-- 1 file changed, 1 insertion(+), 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? -- 2.1.4