Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
player/client: reduce log level for hooks not sent to clients
If a hook event can't be sent to a client because it no longer exists, stop logging it as a warning, as there is no way for a client to remove hooks, so it is expected that the hook can't be sent. This is documented in libmpv/client.h. If the hook event can't be sent because the event queue is full, keep logging as warning.
- Loading branch information