From d01680131df61620d976e3267def1b7b426f7922 Mon Sep 17 00:00:00 2001 From: zirconium Date: Mon, 25 May 2020 12:04:34 +0200 Subject: [PATCH] tweak: mention NUI window name in 'changing NUI resource' message --- code/components/nui-core/src/NUIWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/components/nui-core/src/NUIWindow.cpp b/code/components/nui-core/src/NUIWindow.cpp index 9b7caebfae..1984e407d3 100644 --- a/code/components/nui-core/src/NUIWindow.cpp +++ b/code/components/nui-core/src/NUIWindow.cpp @@ -414,7 +414,7 @@ void NUIWindow::UpdateSharedResource(void* sharedHandle, uint64_t syncKey, const { if (type == CefRenderHandler::PaintElementType::PET_VIEW) { - trace("Changing NUI shared resource...\n"); + trace("Changing NUI shared resource (for NUI window %s)...\n", m_name); } m_lastParentHandle[type] = parentHandle;