]> git.sesse.net Git - vlc/commitdiff
skins2: cosmetics in debug message
authorErwan Tulou <erwan10@videolan.org>
Thu, 10 Dec 2009 22:10:02 +0000 (23:10 +0100)
committerErwan Tulou <erwan10@videolan.org>
Thu, 10 Dec 2009 22:28:07 +0000 (23:28 +0100)
modules/gui/skins2/src/vout_manager.cpp

index a2a9fc802fe1e18a5c7edbb0ec948dfdc4b578f9..12cbf176534f8e424f46df93f9717b58228fd03e 100644 (file)
@@ -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