# HG changeset patch # User ib # Date 1373556452 0 # Node ID c5b20369f0be7351e78ffba547b95c3f7cb3f4be # Parent 9a319cd3ee66a2b5c8c5cfc35262cf6413a4beb2 Prettify debug message. diff -r 9a319cd3ee66 -r c5b20369f0be gui/wm/ws.c --- 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)