Add special DBG helper

This commit is contained in:
Marcel Holtmann 2008-06-08 20:53:31 +00:00
parent 32033cb14d
commit eef93c82a0

View File

@ -33,4 +33,6 @@ void disable_debug(void);
void start_logging(const char *ident, const char *message, ...);
void stop_logging(void);
#define DBG(fmt, arg...) debug("%s: " fmt "\n" , __FUNCTION__ , ## arg)
#endif /* __LOGGING_H */