Displaying 1 result from an estimated 1 matches for "ce89b370".
2010 Sep 20
0
No subject
...ern void logger(int, const char *, ...) __attribute__ =
((__format__(printf, 2, 3)));
extern void closelogger(void);
=20
-#define ifdebug(l) if(debug_level >=3D DEBUG_##l)
+#define ifdebug(l) if(debug_level & DEBUG_##l)
=20
#endif /* __TINC_LOGGER_H__ */
------=_NextPart_000_0001_01CBAE62.CE89B370--