Skip to content

Commit

Permalink
Per #1954, fix quote in log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Sep 16, 2022
1 parent c60dd6b commit c164c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/other/point2grid/point2grid.cc
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ int get_obs_type(NcFile *nc) {
input_type = "OBS_MET";
}

mlog << Debug(5) << method_name << "input type: " << input_type << "\".\n";
mlog << Debug(5) << method_name << "input type: \"" << input_type << "\".\n";
return obs_type;
}

Expand Down

0 comments on commit c164c34

Please sign in to comment.