From 2c8df4bf154cbb8410410a4cf97b304d88a3b18e Mon Sep 17 00:00:00 2001 From: Alex Tsitsiura Date: Wed, 5 Apr 2023 10:05:19 +0300 Subject: [PATCH] [Telink] Use correct "app" log module --- examples/platform/telink/common/src/AppTaskCommon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/platform/telink/common/src/AppTaskCommon.cpp b/examples/platform/telink/common/src/AppTaskCommon.cpp index 05752251d9f2ff..eee20872bc336f 100644 --- a/examples/platform/telink/common/src/AppTaskCommon.cpp +++ b/examples/platform/telink/common/src/AppTaskCommon.cpp @@ -33,7 +33,7 @@ #include "OTAUtil.h" #endif -LOG_MODULE_DECLARE(appCommon, CONFIG_CHIP_APP_LOG_LEVEL); +LOG_MODULE_DECLARE(app, CONFIG_CHIP_APP_LOG_LEVEL); namespace { constexpr int kFactoryResetCalcTimeout = 3000;