From: Kern Sibbald Date: Thu, 26 Dec 2002 11:11:17 +0000 (+0000) Subject: Include options fix X-Git-Tag: Release-1.28~18 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a3fadaeb897406609365c273be2000627283a511;p=bacula%2Fbacula Include options fix git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@248 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/dird/dird_conf.c b/bacula/src/dird/dird_conf.c index d48d013cd9..7afda206d9 100644 --- a/bacula/src/dird/dird_conf.c +++ b/bacula/src/dird/dird_conf.c @@ -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); } }