From 5c3dae62b9218dbd2493ff6390db062013ca4bdc Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 29 Jun 2020 00:31:21 +0800 Subject: ... --- src/win/native/Cursor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/win/native/Cursor.cpp') diff --git a/src/win/native/Cursor.cpp b/src/win/native/Cursor.cpp index ca8bb1cd..a6ab5bfc 100644 --- a/src/win/native/Cursor.cpp +++ b/src/win/native/Cursor.cpp @@ -16,8 +16,8 @@ WinCursor::~WinCursor() { if (!::DestroyCursor(handle_)) { // This is not a fetal error but might still need notice because it may // cause leak. - log::Warn("Failed to destroy a cursor. Last error code: {}", - ::GetLastError()); + log::TagWarn(log_tag, "Failed to destroy a cursor. Last error code: {}", + ::GetLastError()); } } } -- cgit v1.2.3