From 6c34e1e13c9e191efdbf0967ceac8d09e7129111 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 15 Jun 2008 10:49:20 +0000 Subject: [PATCH] Make load error message correspond to mtx git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7143 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/scripts/disk-changer.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/scripts/disk-changer.in b/bacula/scripts/disk-changer.in index 0ba494a64d..b16822223f 100644 --- a/bacula/scripts/disk-changer.in +++ b/bacula/scripts/disk-changer.in @@ -225,7 +225,7 @@ case $cmd in done # check if slot exists if [ ! -f $dir/slot${slot} ] ; then - echo "Storage Element $slot is Empty" + echo "source Element Address $slot is Empty" exit 1 fi if [ -f $dir/loaded${drive} ]; then -- 2.39.5