From 4bb2e3a5849691395e4d5072957cbd36bcb078d5 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Mon, 2 Mar 2009 21:34:36 +0000 Subject: minor cosmetic changes git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2661 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/stage3-stuff/etc/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'initramfs/stage3-stuff/etc/functions') diff --git a/initramfs/stage3-stuff/etc/functions b/initramfs/stage3-stuff/etc/functions index 5b8b2112..4632db19 100644 --- a/initramfs/stage3-stuff/etc/functions +++ b/initramfs/stage3-stuff/etc/functions @@ -335,7 +335,7 @@ tftp_get () { do if [ "$countdown" = "0" ]; then [ $DEBUGLEVEL -ge 1 ] && \ - echo "[tftp_get] failed to get \"$file\" from \"$file_server\"!" + echo "[tftp_get] download of \"$file\" from \"$file_server\" ... failed" return 0; fi tftp -g -r $file -l /tmp/$(basename $file) $file_server @@ -344,7 +344,7 @@ tftp_get () { usleep 200000 done [ $DEBUGLEVEL -ge 1 ] && \ - echo "[tftp_get] download of \"$file\" from \"$file_server\" successful!" + echo "[tftp_get] download of \"$file\" from \"$file_server\" ... successful" return 0; } -- cgit v1.2.3-55-g7522