Skip to content

Commit

Permalink
tweak: mention NUI window name in 'changing NUI resource' message
Browse files Browse the repository at this point in the history
  • Loading branch information
blattersturm committed May 25, 2020
1 parent 32b727b commit d016801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/components/nui-core/src/NUIWindow.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit d016801

Please sign in to comment.