]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove debug EndFile debug code
authorKern Sibbald <kern@sibbald.com>
Fri, 24 Sep 2004 09:57:41 +0000 (09:57 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 24 Sep 2004 09:57:41 +0000 (09:57 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1610 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/askdir.c
bacula/src/version.h

index 0ac0833d8c39b6383716bb395e3d3eb8db7f02b2..a0ec63e29426406ab6d96891578c0d4d2ef6cc81 100644 (file)
@@ -103,7 +103,6 @@ static bool do_get_volume_info(DCR *dcr)
        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));
index b7d96d8836ec35b5746cdc64474cbfae829ce61d..5f188820c06c5cc096197e748340840caef0ead9 100644 (file)
@@ -1,8 +1,8 @@
 /* */
 #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