]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/backup.c
tweak output
[bacula/bacula] / bacula / src / dird / backup.c
index dbe5e3912d918dc0688114f2ea01a5227d1564e7..91658ecb46357cca9a5e074c2014530114e7edbe 100644 (file)
@@ -183,7 +183,7 @@ bool send_accurate_current_files(JCR *jcr)
          goto bail_out;
       }
       jcr->HasBase = true;
-      Jmsg1(jcr, M_INFO, 0, _("Using BaseJobId(s) %s\n"), jobids);
+      Jmsg(jcr, M_INFO, 0, _("Using BaseJobId(s): %s\n"), jobids);
 
    } else {
       /* For Incr/Diff level, we search for older jobs */