From: Jean-Philippe Lang Date: Mon, 21 Jan 2013 20:53:52 +0000 (+0000) Subject: More specific warning. X-Git-Tag: 2.3.0~250 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=eb5675f4bcd588303e86b0328410685943e364d8;p=redmine.git More specific warning. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11252 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 02ef13638..324754da7 100644 --- a/Gemfile +++ b/Gemfile @@ -57,7 +57,7 @@ if File.exist?(database_file) gem "tiny_tds", "~> 0.5.1", :platforms => [:mri, :mingw] gem "activerecord-sqlserver-adapter", :platforms => [:mri, :mingw] else - warn("Unknown database adapter `#{adapter}`, use Gemfile.local to load your own database gems") + warn("Unknown database adapter `#{adapter}` found in config/database.yml, use Gemfile.local to load your own database gems") end end else