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
(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)
return (-1);
}
- cupsdLogClient(con, CUPSD_LOG_INFO, "Connection now encrypted.");
+ cupsdLogClient(con, CUPSD_LOG_DEBUG, "Connection now encrypted.");
return (0);
}
#endif /* HAVE_SSL */