Fix the deprecation warning to reflect YAML format

This commit is contained in:
Evgeniy Khramtsov 2014-08-12 14:22:32 +04:00
parent 56d61c2784
commit 5c88f6423a
1 changed files with 1 additions and 1 deletions

View File

@ -989,7 +989,7 @@ report_and_stop(Tab, Err) ->
halt(string:substr(ErrTxt, 1, 199)).
emit_deprecation_warning(Module, NewModule, DBType) ->
?WARNING_MSG("Module ~s is deprecated, use {~s, [{db_type, ~s}, ...]}"
?WARNING_MSG("Module ~s is deprecated, use ~s with 'db_type: ~s'"
" instead", [Module, NewModule, DBType]).
emit_deprecation_warning(Module, NewModule) ->