]> git.sur5r.net Git - bacula/bacula/commitdiff
Include options fix
authorKern Sibbald <kern@sibbald.com>
Thu, 26 Dec 2002 11:11:17 +0000 (11:11 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 26 Dec 2002 11:11:17 +0000 (11:11 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@248 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/dird_conf.c

index d48d013cd95c640e11dabeee06f97f80a76ca481..7afda206d9e40e1948882d2d09054a67e36df030 100644 (file)
@@ -294,7 +294,6 @@ struct s_jl joblevels[] = {
    {"Full",          L_FULL,            JT_BACKUP},
    {"Incremental",   L_INCREMENTAL,     JT_BACKUP},
    {"Differential",  L_DIFFERENTIAL,    JT_BACKUP},
-   {"Level",         L_LEVEL,           JT_BACKUP},
    {"Since",         L_SINCE,           JT_BACKUP},
    {"Catalog",       L_VERIFY_CATALOG,  JT_VERIFY},
    {"Initcatalog",   L_VERIFY_INIT,     JT_VERIFY},
@@ -1248,7 +1247,7 @@ static void scan_include_options(LEX *lc, int keyword, char *opts, int optlen)
          scan_err1(lc, "Expected a FileSet option keyword, got:%s:", lc->str);
       } else { /* add option */
         bstrncat(opts, option, optlen);
-         Dmsg3(100, "IncOpts=%s option=%s optlen=%d\n", opts, option,optlen);
+         Dmsg3(200, "Catopts=%s option=%s optlen=%d\n", opts, option,optlen);
       }
    }