X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/e3d460c9de4426da6c630c3ae3f46173a99f82d8..7e6b461318c8a779d91381531435a68ee4e8b6ed:/securityd/src/tempdatabase.cpp diff --git a/securityd/src/tempdatabase.cpp b/securityd/src/tempdatabase.cpp index ddb8f5d4..f80ccd11 100644 --- a/securityd/src/tempdatabase.cpp +++ b/securityd/src/tempdatabase.cpp @@ -130,12 +130,12 @@ void TempDatabase::makeSecurePassphraseKey(const Context &context, uint32 usage, uint32 attrs, RefPointer &newKey) { - secdebug("SSdb", "requesting secure passphrase"); + secinfo("SSdb", "requesting secure passphrase"); string passphrase; getSecurePassphrase(context, passphrase); - secdebug("SSdb", "wrapping securely-obtained passphrase as key"); + secinfo("SSdb", "wrapping securely-obtained passphrase as key"); // CssmKey rawKey(StringData(passphrase)) confuses gcc StringData passphraseData(passphrase);