Description:Log Rectification

Match-id-b68e484eda021ec7a8a104d3369588754490f2d1
This commit is contained in:
xxxx
2022-09-28 09:40:56 +08:00
parent df66979502
commit ba4e3fdca4
6 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -44,13 +44,13 @@ namespace {
WhiteListUtil::WhiteListUtil()
{
DHLOGI("Ctor WhiteListUtil, addr: %p", this);
DHLOGI("Ctor WhiteListUtil.");
Init();
}
WhiteListUtil::~WhiteListUtil()
{
DHLOGI("Dtor WhiteListUtil, addr: %p", this);
DHLOGI("Dtor WhiteListUtil.");
}
WhiteListUtil &WhiteListUtil::GetInstance(void)