From 191cdbd31ed6f4a8fbbd55a6ec81db7dcc1d457c Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 14 Jan 2017 16:47:53 +0100 Subject: scripting: minor logging improvements Give scripting backends a proper name, instead of calling everything "scripts". Log client exit directly in client.c, as that is more general (doesn't change actual output). --- player/client.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'player/client.c') diff --git a/player/client.c b/player/client.c index 0b97945da2..88926f3544 100644 --- a/player/client.c +++ b/player/client.c @@ -359,6 +359,8 @@ void mpv_detach_destroy(mpv_handle *ctx) if (!ctx) return; + MP_VERBOSE(ctx, "Exiting...\n"); + // reserved_events equals the number of asynchronous requests that weren't // yet replied. In order to avoid that trying to reply to a removed client // causes a crash, block until all asynchronous requests were served. -- cgit v1.2.3