webmcp

diff framework/bin/mcp.lua @ 479:d3e77b8edb2a

Added log output for terminating main handlers
author jbe
date Tue Jun 06 12:08:17 2017 +0200 (2017-06-06)
parents d1c16b6611dd
children e09654c4a042
line diff
     1.1 --- a/framework/bin/mcp.lua	Tue Jun 06 11:53:35 2017 +0200
     1.2 +++ b/framework/bin/mcp.lua	Tue Jun 06 12:08:17 2017 +0200
     1.3 @@ -386,6 +386,7 @@
     1.4        if socket.main then
     1.5          request.initialize()
     1.6          main_handlers[socket.main]()
     1.7 +        io.stderr:write('Main handler "' .. socket.main .. '" terminated. Requesting shutdown.\n')
     1.8          return false
     1.9        elseif socket.interval then
    1.10          request_count = request_count + 1

Impressum / About Us