* luci/libs: uvl: fix crash when trying to validate malformed or not-existing configu...
[project/luci.git] / libs / uvl / luasrc / uvl / errors.lua
index cf7d287..f3ae4b9 100644 (file)
@@ -18,7 +18,7 @@ module( "luci.uvl.errors", package.seeall )
 require("luci.util")
 
 ERRCODES = {
-       { 'UCILOAD',            'Unable to load config "%p"' },
+       { 'UCILOAD',            'Unable to load config "%p" (syntax error or file not found)' },
 
        { 'SCHEME',                     'Error in scheme "%p":\n%c' },
        { 'CONFIG',             'Error in config "%p":\n%c' },