]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak add FIXME
authorKern Sibbald <kern@sibbald.com>
Mon, 19 Sep 2016 15:27:59 +0000 (17:27 +0200)
committerKern Sibbald <kern@sibbald.com>
Mon, 19 Sep 2016 15:27:59 +0000 (17:27 +0200)
bacula/src/stored/mount.c

index 4b8101907cf38284131d17e1d60d20e3ef041b61..960ef83cdf7b0db05a26f90f2f4fa8ca06678c48 100644 (file)
@@ -216,6 +216,8 @@ mount_next_vol:
          break;                       /* created a new volume label */
       }
 
+      /* ***FIXME*** if autochanger, before giving up try unload and load */
+
       Jmsg4(jcr, M_WARNING, 0, _("Open of %s device %s Volume \"%s\" failed: ERR=%s\n"),
             dev->print_type(), dev->print_name(), dcr->VolumeName, dev->bstrerror());