about summary refs log tree commit homepage
path: root/lib/unicorn/socket_helper.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-08-20 20:56:53 +0000
committerEric Wong <e@80x24.org>2018-08-20 21:09:49 +0000
commit080bbe7a14bdb0373eaf25384003e51eec6ab748 (patch)
tree12ccc50b191b8720d208b4c37538391d9ad276f8 /lib/unicorn/socket_helper.rb
parent0ed746e9b9f03a5067aa97cc4ed54b9e42443727 (diff)
downloadunicorn-080bbe7a14bdb0373eaf25384003e51eec6ab748.tar.gz
Because I forget to load accf_http on new FreeBSD installs,
too :x
Diffstat (limited to 'lib/unicorn/socket_helper.rb')
-rw-r--r--lib/unicorn/socket_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/unicorn/socket_helper.rb b/lib/unicorn/socket_helper.rb
index b540302..8a6f6ee 100644
--- a/lib/unicorn/socket_helper.rb
+++ b/lib/unicorn/socket_helper.rb
@@ -83,6 +83,7 @@ module Unicorn
         rescue => e
           logger.error("#{sock_name(sock)} " \
                        "failed to set accept_filter=#{name} (#{e.inspect})")
+          logger.error("perhaps accf_http(9) needs to be loaded".freeze)
         end if arg != got
       end
     end