#include "errors.h"
#include <sys/param.h>
#include <stdlib.h>
-#include <assert.h>
+#include <security_utilities/simulatecrash_assert.h>
#include <stdexcept>
#include <security_utilities/debugging.h>
#include <CoreFoundation/CFData.h>
#include <CoreFoundation/CFPropertyList.h>
#include <sys/stat.h>
-#define prefsDebug(args...) secdebug("simpleprefs", ## args)
+#define prefsDebug(args...) secinfo("simpleprefs", ## args)
#define kSecUserPrefsDir "Library/Preferences" /* relative to $HOME */
#define kSecSystemPrefsDir "/Library/Preferences"