From: Kern Sibbald Date: Sat, 25 Oct 2003 18:46:44 +0000 (+0000) Subject: Yet more 1.32c changes X-Git-Tag: Release-7.0.0~9932 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=192fe05990acb302339f5eead142a023db68d41f;p=bacula%2Fbacula Yet more 1.32c changes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@785 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/lib/util.c b/bacula/src/lib/util.c index 29ff4bae37..7fc25c69c9 100644 --- a/bacula/src/lib/util.c +++ b/bacula/src/lib/util.c @@ -267,6 +267,9 @@ char *job_level_to_str(int level) case L_VERIFY_VOLUME_TO_CATALOG: str = _("Verify Volume to Catalog"); break; + case L_VERIFY_DISK_TO_CATALOG: + str - _("Verify Disk to Catalog"); + break; case L_VERIFY_DATA: str = _("Verify Data"); break; diff --git a/bacula/src/stored/btape.c b/bacula/src/stored/btape.c index c6625c05dd..445fd46678 100644 --- a/bacula/src/stored/btape.c +++ b/bacula/src/stored/btape.c @@ -777,7 +777,7 @@ all_done: "End of File mark.\n" "1 block of 64448 bytes in file 4\n" "End of File mark.\n" - "Total files=4, blocks=7, bytes = 451136\n" + "Total files=4, blocks=7, bytes = 451,136\n" "=== End sample correct output ===\n\n")); Pmsg0(-1, _("If the above scan output is not identical to the\n" diff --git a/bacula/src/version.h b/bacula/src/version.h index cec8cada5e..c4109aae2c 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -2,8 +2,8 @@ #undef VERSION #define VERSION "1.32c" #define VSTRING "1" -#define BDATE "24 Oct 2003" -#define LSMDATE "24Oct03" +#define BDATE "26 Oct 2003" +#define LSMDATE "26Oct03" /* Debug flags */ #undef DEBUG