From 9c659576fa4563576c52aa96eb48db6f6193eed4 Mon Sep 17 00:00:00 2001 From: zedshaw Date: Wed, 21 Jun 2006 04:23:54 +0000 Subject: Fixes a bug that broke -C for start. git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@249 19e92222-5c0b-0410-8929-a290d50e31e9 --- bin/mongrel_rails | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/mongrel_rails b/bin/mongrel_rails index a3e5571..c446633 100644 --- a/bin/mongrel_rails +++ b/bin/mongrel_rails @@ -70,7 +70,7 @@ class Start < GemPlugin::Plugin "/commands" end if @config_file - STDERR.puts "** Loading settings from #{@config_file} (they override command line)." unless defaults[:daemon] + STDERR.puts "** Loading settings from #{@config_file} (they override command line)." unless settings[:daemon] conf = YAML.load_file(@config_file) settings = settings.merge! conf end -- cgit v1.2.3-24-ge0c7