Bluetooth: log: Add space after scheduling context
This improves readability of the debug logs. Change-Id: Ib661535bcbb990cc8a807d40ff570aa11a293c54 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
e4c8293e7f
commit
e0ddc33ce2
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ void bt_log(int prio, const char *fmt, ...);
|
|||
#define SYS_LOG_LEVEL SYS_LOG_LEVEL_DEBUG
|
||||
#include <misc/sys_log.h>
|
||||
|
||||
#define BT_DBG(fmt, ...) SYS_LOG_DBG("(%p)" fmt, sys_thread_self_get(), \
|
||||
#define BT_DBG(fmt, ...) SYS_LOG_DBG("(%p) " fmt, sys_thread_self_get(), \
|
||||
##__VA_ARGS__)
|
||||
#define BT_ERR(fmt, ...) SYS_LOG_ERR(fmt, ##__VA_ARGS__)
|
||||
#define BT_WARN(fmt, ...) SYS_LOG_WRN(fmt, ##__VA_ARGS__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue