More specific warning.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11252 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2013-01-21 20:53:52 +00:00
parent bd070c13c5
commit eb5675f4bc
1 changed files with 1 additions and 1 deletions

View File

@ -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