]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/block.c
kes Fix bug #1046 VolumeToCatalog incorrectly reports mounted
[bacula/bacula] / bacula / src / stored / block.c
index 156b0fa8348eb35ebbe0843532a0963063b9f398..a173b8eb475b8ea79c1575683ab49a535c6b5749 100644 (file)
@@ -422,7 +422,7 @@ bool write_block_to_dev(DCR *dcr)
    if (dev->at_weot()) {
       Dmsg0(100, "return write_block_to_dev with ST_WEOT\n");
       dev->dev_errno = ENOSPC;
-      Jmsg(jcr, M_FATAL, 0,  _("Cannot write block. Device at EOM.\n"));
+      Jmsg0(jcr, M_FATAL, 0,  _("Cannot write block. Device at EOM.\n"));
       return false;
    }
    if (!dev->can_append()) {