From 26b6873ffdf7534f8a4fa154565a5e92a0243110 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 8 Jul 2016 14:11:52 +0200 Subject: 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. --- libmpv/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpv') 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 -- cgit v1.2.3