always be polite to the user :)

This commit is contained in:
maul.esel 2013-05-11 20:03:55 +02:00
parent a8788f4a0a
commit 1b80fc8cc8
1 changed files with 2 additions and 2 deletions

View File

@ -166,8 +166,8 @@ module Jekyll
if config.has_key? 'server_port'
Jekyll::Logger.warn "Deprecation:", "The 'server_port' configuration option" +
" has been renamed to 'port'. Update your config file" +
" accordingly."
" has been renamed to 'port'. Please update your config" +
" file accordingly."
# copy but don't overwrite:
config['port'] = config['server_port'] unless config.has_key?('port')
config.delete('server_port')