1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-14 19:11:53 +00:00

lua: make warning about unknown scripts -v only

This commit is contained in:
wm4 2014-06-04 00:33:17 +02:00
parent 80907d007b
commit 99e498611e

View File

@ -102,7 +102,7 @@ static void mp_load_script(struct MPContext *mpctx, const char *fname)
}
if (!backend) {
MP_WARN(mpctx, "Can't load unknown script: %s\n", fname);
MP_VERBOSE(mpctx, "Can't load unknown script: %s\n", fname);
return;
}