From b53780b2106b0f233c48e27653336b8a629ca486 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Mon, 18 Aug 2025 18:38:10 +0800 Subject: Rename CRU_LOG_* to CRU_LOG_TAG_*. --- src/platform/gui/win/Cursor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/platform/gui/win/Cursor.cpp') diff --git a/src/platform/gui/win/Cursor.cpp b/src/platform/gui/win/Cursor.cpp index d7692c2d..e6cce5b9 100644 --- a/src/platform/gui/win/Cursor.cpp +++ b/src/platform/gui/win/Cursor.cpp @@ -16,7 +16,7 @@ WinCursor::~WinCursor() { if (!::DestroyCursor(handle_)) { // This is not a fetal error but might still need notice because it may // cause leak. - CRU_LOG_WARN(u"Failed to destroy a cursor. Last error code: {}", + CRU_LOG_TAG_WARN(u"Failed to destroy a cursor. Last error code: {}", ::GetLastError()); } } -- cgit v1.2.3