X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5c19dc3ae3bd8e40a9c028b0deddd50ff337692c..07691282a056c4efea71e1e505527601e8cc166b:/OSX/libsecurity_pkcs12/lib/pkcs12Debug.h?ds=sidebyside diff --git a/OSX/libsecurity_pkcs12/lib/pkcs12Debug.h b/OSX/libsecurity_pkcs12/lib/pkcs12Debug.h index 7e0b97cd..066e3f11 100644 --- a/OSX/libsecurity_pkcs12/lib/pkcs12Debug.h +++ b/OSX/libsecurity_pkcs12/lib/pkcs12Debug.h @@ -32,7 +32,7 @@ #ifdef NDEBUG /* this actually compiles to nothing */ -#define p12ErrorLog(args...) secdebug("p12Error", ## args) +#define p12ErrorLog(args...) secinfo("p12Error", ## args) #define p12LogCssmError(op, err) #else #define p12ErrorLog(args...) printf(args) @@ -40,9 +40,9 @@ #endif /* individual debug loggers */ -#define p12DecodeLog(args...) secdebug("p12Decode", ## args) -#define p12EncodeLog(args...) secdebug("p12Encode", ## args) -#define p12CryptoLog(args...) secdebug("p12Crypto", ## args) +#define p12DecodeLog(args...) secinfo("p12Decode", ## args) +#define p12EncodeLog(args...) secinfo("p12Encode", ## args) +#define p12CryptoLog(args...) secinfo("p12Crypto", ## args) #endif /* _PKCS12_TEMPLATES_H_ */