From: Kern Sibbald Date: Thu, 17 Apr 2003 09:17:22 +0000 (+0000) Subject: Fix label Kaboom due to missing arg X-Git-Tag: Release-1.30~21 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=232364a436ced9f5812d1d5cf04fe3ec5729a3f6;p=bacula%2Fbacula Fix label Kaboom due to missing arg git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@446 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/kernstodo b/bacula/kernstodo index de7250dff2..b7d08ece8f 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -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. diff --git a/bacula/src/dird/ua_label.c b/bacula/src/dird/ua_label.c index 730b6425cb..7c1b1ac314 100644 --- a/bacula/src/dird/ua_label.c +++ b/bacula/src/dird/ua_label.c @@ -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"),