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:
parent
9a4912a3e4
commit
42143023b9
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue