]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_keychain/lib/KCEventNotifier.cpp
Security-58286.260.20.tar.gz
[apple/security.git] / OSX / libsecurity_keychain / lib / KCEventNotifier.cpp
index 746bab585933cae742628167db28fc6e48265a38..662e1dc4c3102d145bff85ccd9a694f18dbfeaf1 100644 (file)
@@ -75,7 +75,7 @@ void KCEventNotifier::PostKeychainEvent(SecKeychainEvent whichEvent,
         SecurityServer::ClientSession cs (Allocator::standard(), Allocator::standard());
         cs.postNotification (SecurityServer::kNotificationDomainDatabase, whichEvent, data);
 
         SecurityServer::ClientSession cs (Allocator::standard(), Allocator::standard());
         cs.postNotification (SecurityServer::kNotificationDomainDatabase, whichEvent, data);
 
-        secdebug("kcnotify", "KCEventNotifier::PostKeychainEvent posted event %u", (unsigned int) whichEvent);
+        secinfo("kcnotify", "KCEventNotifier::PostKeychainEvent posted event %u", (unsigned int) whichEvent);
     }
 
        free (data.data ());
     }
 
        free (data.data ());