mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Clarify which message levels should be translated.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17969 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2874b0cfe0
commit
f8687cd3f9
3
mp_msg.h
3
mp_msg.h
@ -8,7 +8,8 @@ extern int identify;
|
||||
|
||||
// verbosity elevel:
|
||||
|
||||
// stuff from level MSGL_FATAL-MSGL_STATUS should be translated.
|
||||
/* Only messages level MSGL_FATAL-MSGL_STATUS should be translated,
|
||||
* messages level MSGL_V and above should not be translated. */
|
||||
|
||||
#define MSGL_FATAL 0 // will exit/abort
|
||||
#define MSGL_ERR 1 // continues
|
||||
|
Loading…
Reference in New Issue
Block a user