add missing log suffix to otDump (#1078)

This commit is contained in:
Marcin K Szczodrak
2016-12-15 12:15:12 -08:00
committed by Jonathan Hui
parent e5e3ffbae8
commit 1a1acc9f71
+1 -1
View File
@@ -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