From: Alain Spineux Date: Wed, 17 May 2023 15:29:42 +0000 (+0200) Subject: fix typo in message "The volume XXX in unavailable" X-Git-Tag: Beta-15.0.0~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5787dee16ce10685d3468f9bd9ca7ff6f6a1e52;p=thirdparty%2Fbacula.git fix typo in message "The volume XXX in unavailable" --- diff --git a/bacula/src/stored/mount.c b/bacula/src/stored/mount.c index 8abfae889..15e411f45 100644 --- a/bacula/src/stored/mount.c +++ b/bacula/src/stored/mount.c @@ -748,7 +748,7 @@ int DCR::try_autolabel(bool opened) */ void DCR::volume_is_unavailable() { - Jmsg(jcr, M_INFO, 0, _("The Volume \"%s\" in unavailable now.\n"), + Jmsg(jcr, M_INFO, 0, _("The Volume \"%s\" is unavailable now.\n"), VolumeName); volume_unused(this); Dmsg0(50, "set_unload\n");