]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/vbackup.c
Try to eliminate possible plugin termination problems
[bacula/bacula] / bacula / src / dird / vbackup.c
index a382c073bb97d3a6d8455be8830f8738e1cb45e7..18eb34c332744eea0bbb58ca3010c8996f694481 100644 (file)
@@ -166,7 +166,7 @@ _("This Job is not an Accurate backup so is not equivalent to a Full backup.\n")
    Dmsg1(10, "Accurate jobids=%s\n", jobids);
    if (*jobids == 0) {
       free_pool_memory(jobids);
-      Jmsg(jcr, M_FATAL, 0, _("Cannot find previous JobIds.\n"));
+      Jmsg(jcr, M_FATAL, 0, _("No previous Jobs found.\n"));
       return false;
    }