]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/device.c
Update doc, default working directory bscan
[bacula/bacula] / bacula / src / stored / device.c
index 4dd374b1642c55cddb90098e5256cb48ebb9a3f6..66894d0596630708777b800b24e194f5bd080e97 100644 (file)
@@ -95,7 +95,7 @@ int fixup_device_block_write_error(JCR *jcr, DEVICE *dev, DEV_BLOCK *block)
         if (dev->state & ST_TAPE) {
            mjcr->EndBlock = dev->EndBlock;
            mjcr->EndFile  = dev->EndFile;
-            Dmsg2(000, "Fixup EndFile=%u EndBlock=%u\n", mjcr->EndFile, mjcr->EndBlock);
+            Dmsg2(200, "Fixup EndFile=%u EndBlock=%u\n", mjcr->EndFile, mjcr->EndBlock);
         } else {
            mjcr->EndBlock = (uint32_t)dev->file_addr;
            mjcr->EndFile = (uint32_t)(dev->file_addr >> 32);