Volumes that are loaded in the drives.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2178 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
       ${MTX} -f $ctl status >${TMPDIR}/mtx.$$
       rtn=$?
       cat ${TMPDIR}/mtx.$$ | grep " *Storage Element [0-9]*:.*Full" | awk "{print \$3 \$4}" | sed "s/Full *\(:VolumeTag=\)*//"
-      cat ${TMPDIR}/mtx.$$ | grep "^Data Transfer Element [0-9]*:Full (Storage Element [0-9]*Loaded" | awk '{printf "%s:%s\n",$7,$10}'
+      cat ${TMPDIR}/mtx.$$ | grep "^Data Transfer Element [0-9]*:Full (Storage Element [0-9]" | awk '{printf "%s:%s\n",$7,$10}'
 #
 # If you have a VXA PacketLoader and the above does not work, try
 #  turning it off and enabling the following line.