]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/append.c
kes Add Volume name to Forward spacing message.
[bacula/bacula] / bacula / src / stored / append.c
index b00c8119f1c85da8399b5971248501c453019217..6a57c14b47cf0ddf5a8dc8d1533f629e0ef20af6 100644 (file)
@@ -83,7 +83,6 @@ bool do_append_data(JCR *jcr)
 
    if (!acquire_device_for_append(dcr)) {
       set_jcr_job_status(jcr, JS_ErrorTerminated);
-      jcr->dcr = NULL;
       return false;
    }
 
@@ -305,7 +304,6 @@ bool do_append_data(JCR *jcr)
    }
 
    if (!ok) {
-      Dmsg1(000, "Tape block=%d\n", dev->block_num);
       discard_data_spool(dcr);
    } else {
       /* Note: if commit is OK, the device will remain locked */