From: Kern Sibbald Date: Mon, 19 Sep 2016 15:27:59 +0000 (+0200) Subject: Tweak add FIXME X-Git-Tag: Release-7.4.4~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7bde6d6474d199e8de27682fb79102dbc102d239;p=bacula%2Fbacula Tweak add FIXME --- diff --git a/bacula/src/stored/mount.c b/bacula/src/stored/mount.c index 4b8101907c..960ef83cdf 100644 --- a/bacula/src/stored/mount.c +++ b/bacula/src/stored/mount.c @@ -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());