[MPlayer-cvslog] r35738 - in trunk: gui/wm/ws.c help/help_mp-bg.h help/help_mp-cs.h help/help_mp-de.h help/help_mp-en.h help/help_mp-es.h help/help_mp-fr.h help/help_mp-hu.h help/help_mp-it.h help/help_mp-pl.h help...
ib
subversion at mplayerhq.hu
Sat Jan 12 22:21:44 CET 2013
Author: ib
Date: Sat Jan 12 22:21:44 2013
New Revision: 35738
Log:
Remove the [ws] file information from the message text.
We usually only have this for debug messages.
Modified:
trunk/gui/wm/ws.c
Changes in other areas also in this revision:
Modified:
trunk/help/help_mp-bg.h
trunk/help/help_mp-cs.h
trunk/help/help_mp-de.h
trunk/help/help_mp-en.h
trunk/help/help_mp-es.h
trunk/help/help_mp-fr.h
trunk/help/help_mp-hu.h
trunk/help/help_mp-it.h
trunk/help/help_mp-pl.h
trunk/help/help_mp-ru.h
trunk/help/help_mp-tr.h
trunk/help/help_mp-uk.h
trunk/help/help_mp-zh_CN.h
trunk/help/help_mp-zh_TW.h
Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c Sat Jan 12 01:04:24 2013 (r35737)
+++ trunk/gui/wm/ws.c Sat Jan 12 22:21:44 2013 (r35738)
@@ -205,7 +205,7 @@ static int wsErrorHandler(Display *displ
XGetErrorText(display, event->error_code, type, sizeof(type));
- mp_msg(MSGT_GPLAYER, MSGL_ERR, MSGTR_WS_XError);
+ mp_msg(MSGT_GPLAYER, MSGL_ERR, "[ws] " MSGTR_WS_XError);
mp_msg(MSGT_GPLAYER, MSGL_ERR, "[ws] Error code: %d - %s\n", event->error_code, type);
mp_msg(MSGT_GPLAYER, MSGL_DBG2, "[ws] Request code: %d (minor code: %d)\n", event->request_code, event->minor_code);
mp_msg(MSGT_GPLAYER, MSGL_DBG2, "[ws] MPlayer module: %s\n", current_module ? current_module : "(none)");
More information about the MPlayer-cvslog
mailing list