[MPlayer-cvslog] r36355 - trunk/gui/wm/ws.c

ib subversion at mplayerhq.hu
Thu Jul 11 17:27:32 CEST 2013


Author: ib
Date: Thu Jul 11 17:27:32 2013
New Revision: 36355

Log:
Prettify debug message.

Modified:
   trunk/gui/wm/ws.c

Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c	Thu Jul 11 17:20:01 2013	(r36354)
+++ trunk/gui/wm/ws.c	Thu Jul 11 17:27:32 2013	(r36355)
@@ -929,7 +929,7 @@ void wsWindowCreate(wsWindow *win, int x
     win->DrawHandler  = NULL;
     win->MouseHandler = NULL;
     win->KeyHandler   = NULL;
-    mp_msg(MSGT_GPLAYER, MSGL_DBG2, "[ws] window is created. ( %s ).\n", label);
+    mp_msg(MSGT_GPLAYER, MSGL_DBG2, "[ws] window successfully created: %s\n", label);
 }
 
 void wsWindowDestroy(wsWindow *win)


More information about the MPlayer-cvslog mailing list