]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/device.c
03Dec05
[bacula/bacula] / bacula / src / stored / device.c
index 17d1803c1d872ed1497b2daee63054c3c53cdb21..d516a6d0e79401fb92dcbd86c7d380eef3841dec 100644 (file)
@@ -136,8 +136,7 @@ bool fixup_device_block_write_error(DCR *dcr)
    /*
     * Walk through all attached jcrs indicating the volume has changed
     */
-   Dmsg1(100, "Walk attached jcrs. Volume=%s\n", dev->VolCatInfo.VolCatName);
-// for (JCR *mjcr=NULL; (mjcr=next_attached_jcr(dev, mjcr)); ) {
+   Dmsg1(100, "Walk attached dcrs. Volume=%s\n", dev->VolCatInfo.VolCatName);
    DCR *mdcr;
    foreach_dlist(mdcr, dev->attached_dcrs) {
       JCR *mjcr = mdcr->jcr;