mirror of
https://gitee.com/openharmony/window_window_manager
synced 2024-11-23 06:50:40 +00:00
ShwoDisplayIdList日志重复打印
Signed-off-by: Krishhu <geluyao1@h-partners.com>
This commit is contained in:
parent
a9bab69a55
commit
bf34e3b768
@ -877,9 +877,9 @@ void DisplayManager::ShowDisplayIdList(bool isShowLog)
|
||||
oss << iter.second << ",";
|
||||
}
|
||||
if (isShowLog) {
|
||||
WLOGFD("%{public}s]", oss.str().c_str());
|
||||
} else {
|
||||
WLOGFI("%{public}s]", oss.str().c_str());
|
||||
} else {
|
||||
WLOGFD("%{public}s]", oss.str().c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user