Skip to content

Commit

Permalink
Per #1858, tweak the warning message.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Sep 15, 2021
1 parent 0474eda commit 5a3bd3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions met/src/basic/vx_config/config_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -779,9 +779,9 @@ StringArray parse_conf_obs_qty_inc(Dictionary *dict) {
mlog << Warning << "\nparse_conf_obs_qty_inc() -> "
<< "Set the \"" << conf_key_obs_qty_inc << "\" value ("
<< write_css(sa) << ") from the deprecated \""
<< conf_key_obs_qty << "\" configuration entry. "
<< conf_key_obs_qty << "\" configuration entry.\n"
<< "Replace \"" << conf_key_obs_qty << "\" with \""
<< conf_key_obs_qty_inc << "\".\n\n";
<< conf_key_obs_qty_inc << "\"!\n\n";
}
else {
sa = parse_conf_string_array(dict, conf_key_obs_qty_inc, method_name);
Expand Down

0 comments on commit 5a3bd3d

Please sign in to comment.