From: Kern Sibbald Date: Sat, 22 Aug 2009 11:42:54 +0000 (+0200) Subject: Don't print different filesystem. Will not descend message if directory explicitly... X-Git-Tag: Release-5.0.0~332^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0972c30c01d4fd9f64ece7e07fc0dd554bac5bb6;p=bacula%2Fbacula Don't print different filesystem. Will not descend message if directory explicitly excluded --- diff --git a/bacula/src/findlib/find.c b/bacula/src/findlib/find.c index 872060377f..ac9e4ceebe 100644 --- a/bacula/src/findlib/find.c +++ b/bacula/src/findlib/find.c @@ -238,18 +238,16 @@ bool is_in_fileset(FF_PKT *ff) } } } -#ifdef xxx for (i=0; iexclude_list.size(); i++) { incexe = (findINCEXE *)fileset->exclude_list.get(i); foreach_dlist(node, &incexe->name_list) { fname = node->c_str(); - Dmsg2(000, "Exc fname=%s ff->fname=%s\n", fname, ff->fname); + Dmsg2(100, "Exc fname=%s ff->fname=%s\n", fname, ff->fname); if (strcmp(fname, ff->fname) == 0) { return true; } } } -#endif } return false; } diff --git a/bacula/src/version.h b/bacula/src/version.h index 7ec017a106..411f5d59e8 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -4,8 +4,8 @@ #undef VERSION #define VERSION "3.0.3" -#define BDATE "20 August 2009" -#define LSMDATE "205Aug09" +#define BDATE "22 August 2009" +#define LSMDATE "22Aug09" #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n" #define BYEAR "2009" /* year for copyright messages in progs */ diff --git a/bacula/technotes b/bacula/technotes index 140e0250f7..68fcabf087 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -2,6 +2,9 @@ General: +22Aug09 +kes Don't print different filesystem. Will not descend + message if directory explicitly excluded 21Aug09 ebl Tweak status storage slot command to release db lock just after the usage.