mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.server_epoll: Log creation of signalfd handles at noise level
To aid in tracking down signalfd-related problems
This commit is contained in:
parent
876162b9cf
commit
865df3d373
1 changed files with 1 additions and 0 deletions
|
@ -1159,6 +1159,7 @@ if have_signal and signal.signalfd then
|
||||||
local watch = watchfd(sigfd, dispatch);
|
local watch = watchfd(sigfd, dispatch);
|
||||||
watch.listeners = { onsignal = cb };
|
watch.listeners = { onsignal = cb };
|
||||||
watch.close = nil; -- revert to default
|
watch.close = nil; -- revert to default
|
||||||
|
watch:noise("Signal handler %d ready", signum);
|
||||||
return watch;
|
return watch;
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue