]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/acquire.c
Add additional search directories for PostgreSQL
[bacula/bacula] / bacula / src / stored / acquire.c
index 59b335ea360d8cf457c7d1d926a7b06c7ea9f7c7..3427e4baf9970ed5f04a8d97dfbd04832eb1e3c6 100644 (file)
@@ -247,7 +247,7 @@ DEVICE *acquire_device_for_append(JCR *jcr, DEVICE *dev, DEV_BLOCK *block)
           recycle = strcmp(jcr->VolCatInfo.VolCatStatus, "Recycle") == 0;
          if (recycle && dev->num_writers != 0) {
              Jmsg(jcr, M_FATAL, 0, _("Cannot recycle volume \"%s\""
-                  " because it is in use by another job."));
+                  " because it is in use by another job.\n"));
             goto get_out;
          }
        }
@@ -265,7 +265,7 @@ DEVICE *acquire_device_for_append(JCR *jcr, DEVICE *dev, DEV_BLOCK *block)
       if (!mount_next_write_volume(jcr, dev, block, release)) {
         if (!job_canceled(jcr)) {
             /* Reduce "noise" -- don't print if job canceled */
-            Jmsg(jcr, M_FATAL, 0, _("Could not ready device %s for append.\n"),
+            Jmsg(jcr, M_FATAL, 0, _("Could not ready device \"%s\" for append.\n"),
               dev_name(dev));
         }
         goto get_out;