[vlc-devel] commit: skins2: cosmetics in debug message (Erwan Tulou )
git version control
git at videolan.org
Thu Dec 10 23:29:58 CET 2009
vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Thu Dec 10 23:10:02 2009 +0100| [563f3db3f513adeff3f5321468579cfdd0e00a5a] | committer: Erwan Tulou
skins2: cosmetics in debug message
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=563f3db3f513adeff3f5321468579cfdd0e00a5a
---
modules/gui/skins2/src/vout_manager.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/skins2/src/vout_manager.cpp b/modules/gui/skins2/src/vout_manager.cpp
index a2a9fc8..12cbf17 100644
--- a/modules/gui/skins2/src/vout_manager.cpp
+++ b/modules/gui/skins2/src/vout_manager.cpp
@@ -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
More information about the vlc-devel
mailing list