From ced1a63686e6c64cb574d74a34d1bbd07d0a668e Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 21 Feb 2022 18:44:40 +0800 Subject: ... --- src/ui/host/WindowHost.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/host/WindowHost.cpp') diff --git a/src/ui/host/WindowHost.cpp b/src/ui/host/WindowHost.cpp index 91b5f438..42d0945f 100644 --- a/src/ui/host/WindowHost.cpp +++ b/src/ui/host/WindowHost.cpp @@ -2,7 +2,7 @@ #include "RoutedEventDispatch.h" #include "cru/common/Base.h" -#include "cru/common/Logger.h" +#include "cru/common/log/Logger.h" #include "cru/platform/graphics/Painter.h" #include "cru/platform/gui/InputMethod.h" #include "cru/platform/gui/UiApplication.h" @@ -191,7 +191,7 @@ void WindowHost::RelayoutWithSize(const Size& available_size, after_layout_event_.Raise(AfterLayoutEventArgs{}); after_layout_stable_action_.clear(); if constexpr (debug_flags::layout) - log::TagDebug(log_tag, u"A relayout is finished."); + CRU_LOG_DEBUG(u"A relayout is finished."); } void WindowHost::Repaint() { -- cgit v1.2.3