]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/askdir.c
Update the Microsoft Visual Studio build to match the MinGW32 build.
[bacula/bacula] / bacula / src / stored / askdir.c
index 8b7f8a5301772fe36c4a64ce16e23c65aef0f683..be5411e3cf69ebdafc6b85d1976149631a054c24 100644 (file)
@@ -322,7 +322,7 @@ bool dir_update_volume_info(DCR *dcr, bool label)
    /* Do not lock device here because it may be locked from label */
    if (!do_get_volume_info(dcr)) {
       Jmsg(jcr, M_FATAL, 0, "%s", jcr->errmsg);
-      Pmsg2(000, _("Didn't get vol info vol=%s: ERR=%s"), 
+      Dmsg2(100, _("Didn't get vol info vol=%s: ERR=%s"), 
          vol->VolCatName, jcr->errmsg);
       return false;
    }