]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_cdsa_utilities/lib/acl_secret.cpp
Security-57740.1.18.tar.gz
[apple/security.git] / OSX / libsecurity_cdsa_utilities / lib / acl_secret.cpp
index df678e2a9740b9e494b131c3a51d8789969a0ee7..db73d9b746a6714d08685acb060ccbbe19f5a53e 100644 (file)
@@ -67,9 +67,9 @@ void SecretAclSubject::secret(const CssmData &s) const
        if (mCacheSecret) {
                mSecret = s;
                mSecretValid = true;
-               secdebug("aclsecret", "%p secret stored", this);
+               secinfo("aclsecret", "%p secret stored", this);
        } else
-               secdebug("aclsecret", "%p refused to store secret", this);
+               secinfo("aclsecret", "%p refused to store secret", this);
 }
 
 void SecretAclSubject::secret(CssmManagedData &s) const
@@ -78,9 +78,9 @@ void SecretAclSubject::secret(CssmManagedData &s) const
        if (mCacheSecret) {
                mSecret = s;
                mSecretValid = true;
-               secdebug("aclsecret", "%p secret stored", this);
+               secinfo("aclsecret", "%p secret stored", this);
        } else
-               secdebug("aclsecret", "%p refused to store secret", this);
+               secinfo("aclsecret", "%p refused to store secret", this);
 }