diff --git a/src/Event.cc b/src/Event.cc index ef69e7a42d..6c7db7faaa 100644 --- a/src/Event.cc +++ b/src/Event.cc @@ -234,5 +234,6 @@ void EventMgr::Process() void EventMgr::InitPostScript() { iosource_mgr->Register(this, true, false); - iosource_mgr->RegisterFd(queue_flare.FD(), this); + if ( ! iosource_mgr->RegisterFd(queue_flare.FD(), this) ) + reporter->FatalError("Failed to register event manager FD with iosource_mgr"); }