]> git.sur5r.net Git - bacula/bacula/commitdiff
Yet more 1.32c changes
authorKern Sibbald <kern@sibbald.com>
Sat, 25 Oct 2003 18:46:44 +0000 (18:46 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 25 Oct 2003 18:46:44 +0000 (18:46 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@785 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/lib/util.c
bacula/src/stored/btape.c
bacula/src/version.h

index 29ff4bae374260fc05285fb4b9595eed334b86b2..7fc25c69c9027cce60b5057e8d423b497c80c684 100644 (file)
@@ -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;
index c6625c05dd8ecab0e4c185a26a2803afec24331e..445fd4667879fec70adc4b002ae78e7e4712356f 100644 (file)
@@ -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"
index cec8cada5e58ae90ae9f772ffc3080530a490815..c4109aae2c3a821e9a61e1c0c5c1c8b4f4329a45 100644 (file)
@@ -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