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
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021-2022 Huawei Device Co., Ltd.
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021-2022 Huawei Device Co., Ltd.
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
+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)