]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lualoader: config: Pull some messages out into constants
authorKyle Evans <kevans@FreeBSD.org>
Thu, 1 Mar 2018 02:31:28 +0000 (02:31 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 1 Mar 2018 02:31:28 +0000 (02:31 +0000)
commitfdabb5f55eed6d480c8318161b5eba203f7c28da
tree1775af65c01164a540683aeb527ab9226ab76d33
parent43f7d9d1b25b562c93816707e2620c3bb283080e
lualoader: config: Pull some messages out into constants

Rather than hardcoding these things. This could lead to some form of loader
localization later, but the main goal at the moment is to get a clear view
of the strings we're outputting and strive to use more string.format() and
less wild concatenation all over the place.
stand/lua/config.lua