diff -r b2e9456dc200 -r 8fd4efc3ed96 net/server.lua --- a/net/server.lua Sun Apr 12 03:02:51 2009 +0100 +++ b/net/server.lua Sun Apr 12 03:06:22 2009 +0100 @@ -733,7 +733,6 @@ loop = function( ) -- this is the main loop of the program while dontstop do - out_put(tostring(dontstop)) local read, write, err = socket_select( _readlist, _sendlist, _selecttimeout ) for i, socket in ipairs( write ) do -- send data waiting in writequeues local handler = _socketlist[ socket ]