]> git.sur5r.net Git - bacula/bacula/commitdiff
Don't print different filesystem. Will not descend message if directory explicitly...
authorKern Sibbald <kern@sibbald.com>
Sat, 22 Aug 2009 11:42:54 +0000 (13:42 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 22 Aug 2009 11:42:54 +0000 (13:42 +0200)
bacula/src/findlib/find.c
bacula/src/version.h
bacula/technotes

index 872060377f3cb0a3376e87949a918283ac509e84..ac9e4ceebe6ad38f69dca9e7061c229375f3f644 100644 (file)
@@ -238,18 +238,16 @@ bool is_in_fileset(FF_PKT *ff)
             }
          }
       }
-#ifdef xxx
       for (i=0; i<fileset->exclude_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;
 }
index 7ec017a10613337186c532e044aad7245a1d3374..411f5d59e8d9d5c27237379bb36fde341e5f258b 100644 (file)
@@ -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 */
index 140e0250f7cec59bb781ecf446a3dc664a116336..68fcabf08700b555a914f873c0e6c8f3e930fdda 100644 (file)
@@ -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.