summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-01-21 20:53:52 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-01-21 20:53:52 +0000
commiteb5675f4bcd588303e86b0328410685943e364d8 (patch)
tree9b3315f943ad24e22b4916f667b1ad0bba5b0e9a /Gemfile
parentbd070c13c54736888cbc8635cff6e8a4d747f982 (diff)
downloadredmine-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
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