From 7884238073cb14c476ea60a08b5f1cd15c5afda7 Mon Sep 17 00:00:00 2001 From: DDDHuang <44492639+DDDHuang@users.noreply.github.com> Date: Mon, 7 Mar 2022 09:53:19 +0800 Subject: [PATCH] fix(doc): better change log Co-authored-by: Zaiming (Stone) Shi --- CHANGES-4.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES-4.3.md b/CHANGES-4.3.md index 2dd729105..9063c7129 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -37,7 +37,7 @@ File format: * Fix system memory false alarm at boot * Fix the MQTT-SN message replay when the topic is not registered to the client [#6970] * Fix rpc get node info maybe crash when other nodes is not ready. -* Fix abnormal logs caused by duplicate plugin names in loaded_plugins files. +* Fix false alert level log “cannot_find_plugins” caused by duplicate plugin names in `loaded_plugins` files. ## v4.3.12 ### Important changes