mirror of
https://github.com/espressif/openthread.git
synced 2026-09-13 12:40:05 +00:00
add missing log suffix to otDump (#1078)
This commit is contained in:
committed by
Jonathan Hui
parent
e5e3ffbae8
commit
1a1acc9f71
@@ -42,7 +42,7 @@
|
||||
#include <common/logging.hpp>
|
||||
|
||||
#ifndef WINDOWS_LOGGING
|
||||
#define otLogDump(aFormat, ...) otPlatLog(aLogLevel, aLogRegion, aFormat, ## __VA_ARGS__)
|
||||
#define otLogDump(aFormat, ...) otPlatLog(aLogLevel, aLogRegion, aFormat OPENTHREAD_CONFIG_LOG_SUFFIX, ## __VA_ARGS__)
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user