Mercurial > mplayer.hg
changeset 36259:c5b20369f0be
Prettify debug message.
author | ib |
---|---|
date | Thu, 11 Jul 2013 15:27:32 +0000 |
parents | 9a319cd3ee66 |
children | a2750366a255 |
files | gui/wm/ws.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/wm/ws.c Thu Jul 11 15:20:01 2013 +0000 +++ b/gui/wm/ws.c Thu Jul 11 15:27:32 2013 +0000 @@ -929,7 +929,7 @@ 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)