1
0
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:
wm4 2019-11-01 01:54:39 +01:00
parent 5189ea4696
commit 6cd0978f8a

View File

@ -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});