Security-163.tar.gz
[apple/security.git] / cdsa / cdsa_client / tpclient.cpp
index 32ab29f42df0f5520a4d72b076d537bf966494b0..c14485163166cfe753f9e404326042d62c2c4882 100644 (file)
@@ -69,7 +69,7 @@ void TPImpl::certGroupVerify(const CertGroup &certGroup,
 void TPImpl::setupCL()
 {
     if (mUseCL == NULL) {
-        debug("tpclient", "TP is auto-attaching supporting CL");
+        secdebug("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) {
-        debug("tpclient", "TP is auto-attaching supporting CSP");
+        secdebug("tpclient", "TP is auto-attaching supporting CSP");
         mUseCSP = new CSP(gGuidAppleCSP);
         mOwnCSP = true;
     }