]> git.sur5r.net Git - bacula/bacula/blob - bacula/patches/1.34.6/1.34.6-slots.patch
ebl Add patch to allow a more easy selection for restore
[bacula/bacula] / bacula / patches / 1.34.6 / 1.34.6-slots.patch
1
2  This patch eliminates unwanted output (some 5000 lines) when doing
3  an "update slots" command.
4  Apply to version 1.34.6 with:
5
6  cd <bacula-source>
7  patch -p0 <1.34.6-slots.patch
8  make
9  ...
10
11 Index: src/dird/ua_label.c
12 ===================================================================
13 RCS file: /cvsroot/bacula/bacula/src/dird/ua_label.c,v
14 retrieving revision 1.34
15 diff -u -r1.34 ua_label.c
16 --- src/dird/ua_label.c 10 Jun 2004 13:08:01 -0000      1.34
17 +++ src/dird/ua_label.c 5 Aug 2004 20:05:27 -0000
18 @@ -255,7 +255,6 @@
19          db_lock(ua->db);
20          db_make_inchanger_unique(ua->jcr, ua->db, &mr);
21          db_unlock(ua->db);
22 -         bsendmsg(ua, _("No VolName for Slot=%d set InChanger to zero.\n"), i);
23        }
24     }
25