]> git.saurik.com Git - apple/security.git/blobdiff - cdsa/mds/MDSAttrUtils.h
Security-163.tar.gz
[apple/security.git] / cdsa / mds / MDSAttrUtils.h
index 2774101508c0dada663f9d32e50654c8b779b11d..e501810ea32aa976642b39d502326547189a4263 100644 (file)
 #include "MDSSession.h"
 
 /* log parsing events */
-#define MPDebug(args...)       debug("MDS_Parse", ## args)
+#define MPDebug(args...)       secdebug("MDS_Parse", ## args)
 
 /* log scanning events */
-#define MSDebug(args...)       debug("MDS_Scan", ## args)
+#define MSDebug(args...)       secdebug("MDS_Scan", ## args)
 
 /*
  * I can't believe that CFRelease does not do this...