]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl tweak debug code
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 16 Mar 2008 08:34:59 +0000 (08:34 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 16 Mar 2008 08:34:59 +0000 (08:34 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6616 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/findlib/find.c

index e19cad53126c84f98e2a0e626dea3b57d92d7236..7e059e4b2281b5dca5c21a909a55f45e3f3f9b97 100644 (file)
@@ -99,7 +99,7 @@ set_find_options(FF_PKT *ff, int incremental, time_t save_time)
 void
 set_find_changed_function(FF_PKT *ff, bool check_fct(JCR *jcr, FF_PKT *ff))
 {
-   Dmsg0(1, "Enter set_find_changed_function()\n");
+   Dmsg0(100, "Enter set_find_changed_function()\n");
    ff->check_fct = check_fct;
 }