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/lua.c | 1 + 1 file changed, 1 insertion(+) (limited to 'player/lua.c') diff --git a/player/lua.c b/player/lua.c index e76dc46fca..ce9387bdae 100644 --- a/player/lua.c +++ b/player/lua.c @@ -1331,6 +1331,7 @@ static void add_functions(struct script_ctx *ctx) } const struct mp_scripting mp_scripting_lua = { + .name = "lua script", .file_ext = "lua", .load = load_lua, }; -- cgit v1.2.3