]> git.sur5r.net Git - bacula/bacula/commitdiff
Make load error message correspond to mtx
authorKern Sibbald <kern@sibbald.com>
Sun, 15 Jun 2008 10:49:20 +0000 (10:49 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 15 Jun 2008 10:49:20 +0000 (10:49 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7143 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/scripts/disk-changer.in

index 0ba494a64d56e1bcabe4d00f69b5427e4fc0c934..b16822223f16b9f4ef43db17fd90b31790b2aa3d 100644 (file)
@@ -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