]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix test suite failure caused by log rotation due to sandboxing warning message.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 5 Dec 2018 16:38:44 +0000 (11:38 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 5 Dec 2018 16:38:44 +0000 (11:38 -0500)
scheduler/conf.c

index b51c6060c55c421761cac6cae690257a599be6bd..1a2b1e1ce849c759325dea33f7d1d2b754088e04 100644 (file)
@@ -3573,10 +3573,7 @@ read_cups_files_conf(cups_file_t *fp)    /* I - File to read from */
       */
 
       if (!_cups_strcasecmp(value, "off") && getuid())
-      {
         Sandboxing = CUPSD_SANDBOXING_OFF;
-        cupsdLogMessage(CUPSD_LOG_WARN, "Disabling sandboxing is not recommended (line %d of %s)", linenum, CupsFilesFile);
-      }
       else if (!_cups_strcasecmp(value, "relaxed"))
         Sandboxing = CUPSD_SANDBOXING_RELAXED;
       else if (!_cups_strcasecmp(value, "strict"))