mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-29 23:24:20 +08:00
Add special DBG helper
This commit is contained in:
parent
32033cb14d
commit
eef93c82a0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user