void TPImpl::setupCL()
{
if (mUseCL == NULL) {
- secdebug("tpclient", "TP is auto-attaching supporting CL");
+ secinfo("tpclient", "TP is auto-attaching supporting CL");
mUseCL = new CL(gGuidAppleX509CL);
mOwnCL = true;
}
void TPImpl::setupCSP()
{
if (mUseCSP == NULL) {
- secdebug("tpclient", "TP is auto-attaching supporting CSP");
+ secinfo("tpclient", "TP is auto-attaching supporting CSP");
mUseCSP = new CSP(gGuidAppleCSP);
mOwnCSP = true;
}