mirror of https://github.com/mpv-player/mpv
lua: make warning about unknown scripts -v only
This commit is contained in:
parent
80907d007b
commit
99e498611e
|
@ -102,7 +102,7 @@ static void mp_load_script(struct MPContext *mpctx, const char *fname)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!backend) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue