]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/spool.c
- Simplify code in askdir.c that waits for creating an appendable
[bacula/bacula] / bacula / src / stored / spool.c
index c4fd2641ba515279d2f54d0c95e2fbb024ad3f4d..cd73dea27b6df7b41a0e040d8df0c1cfd43f6054 100644 (file)
@@ -196,7 +196,8 @@ static bool despool_data(DCR *dcr, bool commit)
 
    Dmsg0(100, "Despooling data\n");
    if (commit) {
-      Jmsg(jcr, M_INFO, 0, _("Committing spooled data to Volume. Despooling %s bytes ...\n"),
+      Jmsg(jcr, M_INFO, 0, _("Committing spooled data to Volume \"%s\". Despooling %s bytes ...\n"),
+         jcr->dcr->VolumeName,
          edit_uint64_with_commas(jcr->dcr->job_spool_size, ec1));
    }
    else {