From: Kern Sibbald Date: Sun, 15 Jun 2008 10:49:20 +0000 (+0000) Subject: Make load error message correspond to mtx X-Git-Tag: Release-3.0.0~1306 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=779cb0da53c1e2112099a3deb8b531ac55eae05c;p=bacula%2Fbacula Make load error message correspond to mtx git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7143 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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