]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fixed logging of configuration errors to show up as errors (STR #4582)
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 27 Feb 2015 18:41:55 +0000 (18:41 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 27 Feb 2015 18:41:55 +0000 (18:41 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12542 a1ca3aef-8c08-0410-bb20-df032aa958be

CHANGES-2.0.txt
scheduler/conf.c

index cc593eac792a8ace36e507243718d07e5454da12..1bf59a935c43ce14c05b44b574ff5edf72ae1ebe 100644 (file)
@@ -4,6 +4,7 @@ CHANGES-2.0.txt
 CHANGES IN CUPS V2.0.3
 
        - Restored missing generic printer icon file (STR #4587)
+       - Fixed logging of configuration errors to show up as errors (STR #4582)
        - Added Russian translation (STR #4577)
 
 
index e8e4d8876e6a036880b60077a23425be9b044ca4..b01bb24f3ea8bbeeb25b5638edd84512ff9777df 100644 (file)
@@ -993,7 +993,7 @@ cupsdReadConfiguration(void)
       * Log the error and reset the group to a safe value...
       */
 
-      cupsdLogMessage(CUPSD_LOG_NOTICE,
+      cupsdLogMessage(CUPSD_LOG_ERROR,
                       "Group and SystemGroup cannot use the same groups.");
       if (FatalErrors & (CUPSD_FATAL_CONFIG | CUPSD_FATAL_PERMISSIONS))
         return (0);