diff options
Diffstat (limited to 'helpers/lh_binary_syslinux')
-rwxr-xr-x | helpers/lh_binary_syslinux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux index f0338ae5f..f3abff319 100755 --- a/helpers/lh_binary_syslinux +++ b/helpers/lh_binary_syslinux @@ -245,7 +245,7 @@ Copy_syslinux_templates () then if [ ! -e "${LH_SYSLINUX_SPLASH}" ] then - Echo_error "${LH_SYSLINUX_SPLASH} doen't exist" + Echo_error "%s doen't exist" "${LH_SYSLINUX_SPLASH}" exit 1 else rm -f ${SCREEN_PATH}/splash.rle |