1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Add events.debug output for LISTEN_FDS importing

This commit is contained in:
David Kellum 2016-03-31 11:20:18 -07:00
parent 9a4912a3e4
commit 42143023b9

View file

@ -70,6 +70,7 @@ module Puma
url = "tcp://#{addr}:#{port}"
end
@inherited_fds[url] = sock
@events.debug "Registered #{url} for inheriting from LISTEN_FDS"
end
ENV.delete k
ENV.delete 'LISTEN_PID'