# HG changeset patch # User jbe # Date 1425162954 -3600 # Node ID af211bf90517ede9952ad66d77a985899c7b8990 # Parent 36346c33a020ff6d0c04269362a9fd07da28b546 Corrected level of error() call in mcp.lua diff -r 36346c33a020 -r af211bf90517 framework/bin/mcp.lua --- a/framework/bin/mcp.lua Sat Feb 28 23:34:51 2015 +0100 +++ b/framework/bin/mcp.lua Sat Feb 28 23:35:54 2015 +0100 @@ -192,7 +192,7 @@ -- prohibit (unintended) definition of new global variables function global_metatable.__newindex() - error("Setting of global variable prohibited", 3) + error("Setting of global variable prohibited", 2) end -- execute configurations and pre-fork initializers