X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5c19dc3ae3bd8e40a9c028b0deddd50ff337692c..0d4552ce43ff8bf2e8666a9c5c44c3590eb117a8:/OSX/libsecurity_cdsa_client/lib/tpclient.cpp diff --git a/OSX/libsecurity_cdsa_client/lib/tpclient.cpp b/OSX/libsecurity_cdsa_client/lib/tpclient.cpp index f64fef31..95ee733b 100644 --- a/OSX/libsecurity_cdsa_client/lib/tpclient.cpp +++ b/OSX/libsecurity_cdsa_client/lib/tpclient.cpp @@ -69,7 +69,7 @@ void TPImpl::certGroupVerify(const CertGroup &certGroup, 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; } @@ -78,7 +78,7 @@ void TPImpl::setupCL() 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; }