about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/unicorn_rails4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/unicorn_rails b/bin/unicorn_rails
index d0794eb..ba0d690 100755
--- a/bin/unicorn_rails
+++ b/bin/unicorn_rails
@@ -126,8 +126,8 @@ rails_loader = lambda do ||
     defined?(::RAILS_ENV) or abort "RAILS_ENV not defined by config/boot"
     defined?(::Rails::VERSION::STRING) or
       abort "Rails::VERSION::STRING not defined by config/boot"
-  rescue LoadError
-    abort "#$0 must be run inside RAILS_ROOT (#{::RAILS_ROOT})"
+  rescue LoadError => err
+    abort "#$0 must be run inside RAILS_ROOT=(#{::RAILS_ROOT}) #{err.inspect}"
   end
 
   case config