]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Turn on cleanup_incomplete()
authorKern Sibbald <kern@sibbald.com>
Thu, 16 May 2019 15:43:41 +0000 (17:43 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 18 May 2019 16:38:11 +0000 (18:38 +0200)
bacula/src/dird/backup.c

index 8f60279b4aa01300e22998a6e8d230dda1acad4c..7c192d2755d94383da664841bcb1f052c3cc784b 100644 (file)
@@ -1137,7 +1137,8 @@ void update_bootstrap_file(JCR *jcr)
          /* Start output with when and who wrote it */
          bstrftimes(edt, sizeof(edt), time(NULL));
          fprintf(fd, "# %s - %s - %s%s\n", edt, jcr->jr.Job,
-                 level_to_str(edl, sizeof(edl), jcr->getJobLevel()), jcr->since);
+                 level_to_str(edl, sizeof(edl), jcr->getJobLevel()),
+                 jcr->since);
          for (int i=0; i < VolCount; i++) {
             /* Write the record */
             fprintf(fd, "Volume=\"%s\"\n", VolParams[i].VolumeName);