From 7bde6d6474d199e8de27682fb79102dbc102d239 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 19 Sep 2016 17:27:59 +0200 Subject: [PATCH] Tweak add FIXME --- bacula/src/stored/mount.c | 2 ++ 1 file changed, 2 insertions(+) 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()); -- 2.39.5