]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix label Kaboom due to missing arg
authorKern Sibbald <kern@sibbald.com>
Thu, 17 Apr 2003 09:17:22 +0000 (09:17 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 17 Apr 2003 09:17:22 +0000 (09:17 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@446 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kernstodo
bacula/src/dird/ua_label.c

index de7250dff27e823009cf5b4e055f3dfd994b1a66..b7d08ece8f2528a4f9285bd887372c4178acfa61 100644 (file)
@@ -28,10 +28,13 @@ For 1.30 release:
 - Document OPTIMIZE TABLE in MySQL
 - Fix watchdog pthread crash on Win32
 - Document labeling a whole magazine using "cat"
+- Implement create "FileSet"
 
 - Figure out how to use ssh or stunnel to protect Bacula communications.
 
 After 1.30:
+- Implement "scratch pool" where tapes are defined and can be
+  taken by any pool that needs them.
 - Implement restore "current system", but take all files without
   doing selection tree -- so that jobs without File records can
   be restored.
index 730b6425cb8ba2a0a4590226b7a7a0a6c961dd7b..7c1b1ac31474158008e4385853c0c539444916f3 100644 (file)
@@ -103,7 +103,7 @@ int update_slots(UAContext *ua)
             } else {
                bsendmsg(ua, _(
                   "Catalog record for Volume \"%s\" updated to reference slot %d.\n"),
-                 mr.Slot);
+                 mr.VolumeName, mr.Slot);
             }
          } else {
              bsendmsg(ua, _("Catalog record for Volume \"%s\" is up to date.\n"),