Commit 563f3db3 authored by Erwan Tulou's avatar Erwan Tulou

skins2: cosmetics in debug message

parent 67b96a07
......@@ -211,7 +211,7 @@ void VoutManager::releaseWnd( vout_window_t *pWnd )
{
if( (*it).pWnd == pWnd )
{
msg_Dbg( getIntf(), "vout released vout=0x%p, VideoCtrl=0x%p",
msg_Dbg( getIntf(), "vout released vout=%p, VideoCtrl=%p",
pWnd, (*it).pCtrlVideo );
// if a video control was being used, detach from it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment