]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
fix typo in message "The volume XXX in unavailable"
authorAlain Spineux <alain@baculasystems.com>
Wed, 17 May 2023 15:29:42 +0000 (17:29 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:01 +0000 (13:57 +0200)
bacula/src/stored/mount.c

index 8abfae889643b00db9e254cb57c458b00040f8ab..15e411f453f967180b561b719234ea83ae8c57ee 100644 (file)
@@ -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");