summaryrefslogtreecommitdiffstats
path: root/libmpv
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-07-08 14:11:52 +0200
committerwm4 <wm4@nowhere>2016-07-08 16:10:57 +0200
commit26b6873ffdf7534f8a4fa154565a5e92a0243110 (patch)
tree1d6a9e67bcb8d32f544fd9a832e5ebe758dd99f1 /libmpv
parent71a8aa2e9aa66b243cb5e4765b5f9fd70003a096 (diff)
downloadmpv-26b6873ffdf7534f8a4fa154565a5e92a0243110.tar.bz2
mpv-26b6873ffdf7534f8a4fa154565a5e92a0243110.tar.xz
client API: remove "status" log level from mpv_request_event docs
Although it appears to be accepted by the function, MSGL_STATUS messages are never passed to the client API. Consequently "status" has the same meaning as "v" and is useless.
Diffstat (limited to 'libmpv')
-rw-r--r--libmpv/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index 1980cea881..3f5d759bb4 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -1446,7 +1446,7 @@ int mpv_request_event(mpv_handle *ctx, mpv_event_id event, int enable);
* required log level for a message to be received with MPV_EVENT_LOG_MESSAGE.
*
* @param min_level Minimal log level as string. Valid log levels:
- * no fatal error warn info status v debug trace
+ * no fatal error warn info v debug trace
* The value "no" disables all messages. This is the default.
* An exception is the value "terminal-default", which uses the
* log level as set by the "--msg-level" option. This works