]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_cdsa_client/lib/tpclient.cpp
Security-57740.1.18.tar.gz
[apple/security.git] / OSX / libsecurity_cdsa_client / lib / tpclient.cpp
index f64fef312cc4438787d52cef1f2d4c4349dff5e7..95ee733b5940293be51aa2a37b0d6e7688b3b518 100644 (file)
@@ -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;
     }