mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 12:22:22 +00:00
client API: reduce log level of client exiting
See previous commit message.
This commit is contained in:
parent
5189ea4696
commit
6cd0978f8a
@ -408,7 +408,7 @@ static void mp_destroy_client(mpv_handle *ctx, bool terminate)
|
||||
struct MPContext *mpctx = ctx->mpctx;
|
||||
struct mp_client_api *clients = ctx->clients;
|
||||
|
||||
MP_VERBOSE(ctx, "Exiting...\n");
|
||||
MP_DBG(ctx, "Exiting...\n");
|
||||
|
||||
if (terminate)
|
||||
mpv_command(ctx, (const char*[]){"quit", NULL});
|
||||
|
Loading…
Reference in New Issue
Block a user