aboutsummaryrefslogtreecommitdiffstats
path: root/net/server_epoll.lua
diff options
context:
space:
mode:
Diffstat (limited to 'net/server_epoll.lua')
-rw-r--r--net/server_epoll.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/server_epoll.lua b/net/server_epoll.lua
index 98a9f306..c946a751 100644
--- a/net/server_epoll.lua
+++ b/net/server_epoll.lua
@@ -1159,6 +1159,7 @@ if have_signal and signal.signalfd then
local watch = watchfd(sigfd, dispatch);
watch.listeners = { onsignal = cb };
watch.close = nil; -- revert to default
+ watch:noise("Signal handler %d ready", signum);
return watch;
end
end