]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Scheduler logging change (STR #4728)
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 17 Nov 2015 18:01:44 +0000 (18:01 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 17 Nov 2015 18:01:44 +0000 (18:01 +0000)
Just log "connection now encrypted" as a debug message now.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12974 a1ca3aef-8c08-0410-bb20-df032aa958be

CHANGES-2.1.txt
scheduler/client.c

index 04b8bcc37e8348a0cfe61ba1d23391ec11d7688e..1f4e67c15ee89205b9da3b0b6c02fe14b98c7492 100644 (file)
@@ -24,6 +24,7 @@ CHANGES IN CUPS V2.1.1
          (STR #4708)
        - The IPP backend did not always handle jobs getting canceled at the
          printer (<rdar://problem/22716820>)
+       - Scheduler logging change (STR #4728)
        - Updated localizations (STR #4709)
 
 
index 53dc9540db9de952ff0a4e6bf8caa99af73edae4..ae998e27f0a712aa004d40c4fb6f628e60a190d4 100644 (file)
@@ -2916,7 +2916,7 @@ cupsd_start_tls(cupsd_client_t    *con,   /* I - Client connection */
     return (-1);
   }
 
-  cupsdLogClient(con, CUPSD_LOG_INFO, "Connection now encrypted.");
+  cupsdLogClient(con, CUPSD_LOG_DEBUG, "Connection now encrypted.");
   return (0);
 }
 #endif /* HAVE_SSL */