summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mp_msg.h b/mp_msg.h
index fecc4a8e17..368c257e6c 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -19,6 +19,9 @@ extern int verbose; // defined in mplayer.c
#define MSGL_DBG3 8 // v=3
#define MSGL_DBG4 9 // v=4
+#define MSGL_FIXME 1 // for conversions from printf where the appropriate MSGL is not known; set equal to ERR for obtrusiveness
+#define MSGT_FIXME 0 // for conversions from printf where the appropriate MSGT is not known; set equal to GLOBAL for obtrusiveness
+
// code/module:
#define MSGT_GLOBAL 0 // common player stuff errors