]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/inc_conf.c
kes Fix %g in filename returned by SQL for browse tree reported by
[bacula/bacula] / bacula / src / dird / inc_conf.c
index 14260597d50910440a0a1a138a66d58c8cb7b05d..e5598f1e4552d42d0ed143e7162c09e79cc7b3bb 100644 (file)
@@ -7,8 +7,8 @@
    many others, a complete list can be found in the file AUTHORS.
    This program is Free Software; you can redistribute it and/or
    modify it under the terms of version two of the GNU General Public
-   License as published by the Free Software Foundation plus additions
-   that are listed in the file LICENSE.
+   License as published by the Free Software Foundation and included
+   in the file LICENSE.
 
    This program is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -276,7 +276,7 @@ static void scan_include_options(LEX *lc, int keyword, char *opts, int optlen)
       Dmsg3(900, "Catopts=%s option=%s optlen=%d\n", opts, option,optlen);
    } else if (keyword == INC_KW_STRIPPATH) { /* another special case */
       if (!is_an_integer(lc->str)) {
-         scan_err1(lc, _("Expected a strip path integer, got:%s:"), lc->str);
+         scan_err1(lc, _("Expected a strip path positive integer, got:%s:"), lc->str);
       }
       bstrncat(opts, "P", optlen);         /* indicate strip path */
       bstrncat(opts, lc->str, optlen);