]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/append.c
- Continue implementing migration.
[bacula/bacula] / bacula / src / stored / append.c
index 1e5153e01923f62382b3733d666de22e6e1e24b7..cfa936df02824c175a23758ea1fecc4f17e07414 100644 (file)
@@ -251,10 +251,7 @@ bool do_append_data(JCR *jcr)
    /* Create Job status for end of session label */
    set_jcr_job_status(jcr, ok?JS_Terminated:JS_ErrorTerminated);
 
-   Dmsg1(200, "Write session label JobStatus=%d\n", jcr->JobStatus);
-   if ((!ok || job_canceled(jcr)) && dev->VolCatInfo.VolCatName[0] == 0) {
-      Pmsg0(000, _("NULL Volume name. This shouldn't happen!!!\n"));
-   }
+   Dmsg1(200, "Write EOS label JobStatus=%c\n", jcr->JobStatus);
 
    /*
     * If !OK, check if we can still write. This may not be the case