aboutsummaryrefslogtreecommitdiff
path: root/src/ncp
diff options
context:
space:
mode:
authorSimon Lin <simonlin@google.com>2021-12-15 13:14:20 +0800
committerGitHub <noreply@github.com>2021-12-14 21:14:20 -0800
commit975ace0e93d72fa020d7f310f2695817d5d59c87 (patch)
tree3d2a86549b62dea6eb4f45a00b2135709386dbf1 /src/ncp
parent174f29265a0392e1a4729a17215891685ed2e708 (diff)
downloadot-br-posix-975ace0e93d72fa020d7f310f2695817d5d59c87.tar.gz
[main] add `Application` class (#1146)
This commit adds the `Application` class for better managing different program components.
Diffstat (limited to 'src/ncp')
-rw-r--r--src/ncp/ncp_openthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ncp/ncp_openthread.cpp b/src/ncp/ncp_openthread.cpp
index 29fb2b43..b7a69d7f 100644
--- a/src/ncp/ncp_openthread.cpp
+++ b/src/ncp/ncp_openthread.cpp
@@ -26,7 +26,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#define OTBR_LOG_TAG "AGENT"
+#define OTBR_LOG_TAG "NCP"
#include "ncp/ncp_openthread.hpp"