diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-21 20:53:52 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-21 20:53:52 +0000 |
commit | eb5675f4bcd588303e86b0328410685943e364d8 (patch) | |
tree | 9b3315f943ad24e22b4916f667b1ad0bba5b0e9a /Gemfile | |
parent | bd070c13c54736888cbc8635cff6e8a4d747f982 (diff) | |
download | redmine-eb5675f4bcd588303e86b0328410685943e364d8.tar.gz redmine-eb5675f4bcd588303e86b0328410685943e364d8.zip |
More specific warning.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11252 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |