]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r361763: lualoader: drop the filename and word "LUA" from errors
authorKyle Evans <kevans@FreeBSD.org>
Sat, 6 Jun 2020 01:56:30 +0000 (01:56 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Sat, 6 Jun 2020 01:56:30 +0000 (01:56 +0000)
commite288972523d3612a57411ab2831af4065cba1b14
treef3dfca66012c8da46dbc5c3245faa7afb3542662
parent0e2d6d8b2d6c100e8155f572474c54c5e3c2a97c
MFC r361763: lualoader: drop the filename and word "LUA" from errors

The filename is nearly always wrong since it's /boot/lua/loader.lua, which
is not useful for diagnostics. The actual errmsg will include a lua filename
if this is relevant.

Dropping "LUA" while we're here because that's almost universally
irrelevant to whatever error follows, unless the error states that it's
actually a lua problem.

Both of these are minor nits that just detract from identifying the
pertinent information.
stand/common/interp_lua.c