summaryrefslogtreecommitdiffstats
path: root/player/lua.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/lua.c')
-rw-r--r--player/lua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua.c b/player/lua.c
index a3e119a76a..65d58ff5e8 100644
--- a/player/lua.c
+++ b/player/lua.c
@@ -260,7 +260,7 @@ static const char *log_level[] = {
[MSGL_WARN] = "warn",
[MSGL_INFO] = "info",
[MSGL_V] = "verbose",
- [MSGL_DBG2] = "debug",
+ [MSGL_DEBUG] = "debug",
};
static int script_log(lua_State *L)