]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/askdir.c
- Add extra debug to Update media error for VolFiles decrease
[bacula/bacula] / bacula / src / stored / askdir.c
index c5545b62d139faec7637a7e6658feef2b71e8f32..08176ce3a9d992acc26b4b2ce011e88389e41b6e 100644 (file)
@@ -291,7 +291,7 @@ bool dir_update_volume_info(DCR *dcr, bool label)
       return false;
    }
 
-   Dmsg1(300, "Update cat VolFiles=%d\n", dev->file);
+   Dmsg1(100, "Update cat VolFiles=%d\n", dev->file);
    /* Just labeled or relabeled the tape */
    if (label) {
       bstrncpy(vol->VolCatStatus, "Append", sizeof(vol->VolCatStatus));