]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_apple_cspdl/lib/SSDatabase.cpp
Security-57740.60.18.tar.gz
[apple/security.git] / OSX / libsecurity_apple_cspdl / lib / SSDatabase.cpp
index e4468f4d60c59cc63e57bacfe9cccf37339b490a..6e0c93fcbb69adf6eb7f5e3bae4bb5fcdc50d23e 100644 (file)
@@ -46,6 +46,7 @@ try
 }
 catch (...)
 {
+    return;    // Prevent re-throw of exception [function-try-block]
 }
 
 SSUniqueRecord
@@ -327,7 +328,7 @@ SSDatabaseImpl::load(const DLDbIdentifier &dlDbIdentifier) {
     CssmDataContainer dbb(allocator());
     getDbBlobId(&dbb);
 
-    secnotice("integrity", "loading %s", name());
+    secinfo("integrity", "loading %s", name());
 }
 
 void