PERFORCE change 120766 for review

Fredrik Lindberg fli at FreeBSD.org
Sat Jun 2 11:54:39 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=120766

Change 120766 by fli at fli_genesis on 2007/06/02 11:53:56

	- Move generic debugging macros to its own file.

Affected files ...

.. //depot/projects/soc2007/fli-mdns_sd/mdnsd/debug.h#1 add
.. //depot/projects/soc2007/fli-mdns_sd/mdnsd/log.h#2 edit

Differences ...

==== //depot/projects/soc2007/fli-mdns_sd/mdnsd/log.h#2 (text+ko) ====

@@ -32,12 +32,6 @@
 void log_init(int);
 void logger(int, const char *, ...);
 
-#define DEBUG_NONE		0x0000
-#define DEBUG_WQUEUE	0x0001
-#define DEBUG_EVENT		0x0002
-#define DEBUG_STACK		0x0004
-#define DEBUG_MISC		0x0008
-
 #ifdef DEBUG
 extern int __debug_msg;
 #define dprintf(m, _msg, ...) do { \


More information about the p4-projects mailing list