comparison mp_msg.h @ 13122:fcce0023bf55

printf -> mp_msg conversion, first steps patch by The Wanderer <inverseparadox@comcast.net>
author diego
date Tue, 24 Aug 2004 19:36:17 +0000
parents b82e3ecb11e0
children 2d4f4444092d
comparison
equal deleted inserted replaced
13121:93774d4a0c1d 13122:fcce0023bf55
16 #define MSGL_STATUS 5 // v=0 16 #define MSGL_STATUS 5 // v=0
17 #define MSGL_V 6 // v=1 17 #define MSGL_V 6 // v=1
18 #define MSGL_DBG2 7 // v=2 18 #define MSGL_DBG2 7 // v=2
19 #define MSGL_DBG3 8 // v=3 19 #define MSGL_DBG3 8 // v=3
20 #define MSGL_DBG4 9 // v=4 20 #define MSGL_DBG4 9 // v=4
21
22 #define MSGL_FIXME 1 // for conversions from printf where the appropriate MSGL is not known; set equal to ERR for obtrusiveness
23 #define MSGT_FIXME 0 // for conversions from printf where the appropriate MSGT is not known; set equal to GLOBAL for obtrusiveness
21 24
22 // code/module: 25 // code/module:
23 26
24 #define MSGT_GLOBAL 0 // common player stuff errors 27 #define MSGT_GLOBAL 0 // common player stuff errors
25 #define MSGT_CPLAYER 1 // console player (mplayer.c) 28 #define MSGT_CPLAYER 1 // console player (mplayer.c)