git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1610 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
        Mmsg(jcr->errmsg, _("Error getting Volume info: %s\n"), dir->msg);
        return false;
     }
-    Dmsg2(000, "EndFile=%u EndBlock=%u\n", vol.EndFile, vol.EndBlock);
     vol.InChanger = InChanger;       /* bool in structure */
     unbash_spaces(vol.VolCatName);
     bstrncpy(dcr->VolumeName, vol.VolCatName, sizeof(dcr->VolumeName));
 
 /* */
 #undef  VERSION
 #define VERSION "1.35.5"
-#define BDATE   "23 September 2004"
-#define LSMDATE "23Sep04"
+#define BDATE   "24 September 2004"
+#define LSMDATE "24Sep04"
 
 /* Debug flags */
 #undef  DEBUG