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, 2 insertions, 1 deletions
diff --git a/mp_msg.h b/mp_msg.h
index 1ee1b7de74..3d534f2e3f 100644
--- a/mp_msg.h
+++ b/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