summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-01 01:54:39 +0100
committerwm4 <wm4@nowhere>2019-11-01 01:54:39 +0100
commit6cd0978f8a86290102bffe9e8ce542fdb33fdd71 (patch)
treebde70046e274a2453f2ff05db900b1961e78adf5
parent5189ea46965237450651ee1d74b6d214dad7bb7c (diff)
downloadmpv-6cd0978f8a86290102bffe9e8ce542fdb33fdd71.tar.bz2
mpv-6cd0978f8a86290102bffe9e8ce542fdb33fdd71.tar.xz
client API: reduce log level of client exiting
See previous commit message.
-rw-r--r--player/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/client.c b/player/client.c
index 3462845aed..ccd6a1d0a0 100644
--- a/player/client.c
+++ b/player/client.c
@@ -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});