webmcp

changeset 235:af211bf90517

Corrected level of error() call in mcp.lua
author jbe
date Sat Feb 28 23:35:54 2015 +0100 (2015-02-28)
parents 36346c33a020
children 4ab91adeab6f
files framework/bin/mcp.lua
line diff
     1.1 --- a/framework/bin/mcp.lua	Sat Feb 28 23:34:51 2015 +0100
     1.2 +++ b/framework/bin/mcp.lua	Sat Feb 28 23:35:54 2015 +0100
     1.3 @@ -192,7 +192,7 @@
     1.4  
     1.5  -- prohibit (unintended) definition of new global variables
     1.6  function global_metatable.__newindex()
     1.7 -  error("Setting of global variable prohibited", 3)
     1.8 +  error("Setting of global variable prohibited", 2)
     1.9  end
    1.10  
    1.11  -- execute configurations and pre-fork initializers

Impressum / About Us