diff --git a/pkgs/tufted/tftp.lua b/pkgs/tufted/tftp.lua index 92f2f9bb..55d22aa8 100644 --- a/pkgs/tufted/tftp.lua +++ b/pkgs/tufted/tftp.lua @@ -354,7 +354,7 @@ function tftp:listen(rrq_generator_callback, wrq_generator_callback, hosts, port for _ in pairs(ready_fds) do n = n + 1 end - log(('There are %d sockets ready'):format(n)) +-- log(('There are %d sockets ready'):format(n)) end for fd, status in pairs(ready_fds) do -- pretty.dump(ready_fds)