Skip to content

Commit

Permalink
Remove false positive FATAL log
Browse files Browse the repository at this point in the history
  • Loading branch information
TheElixZammuto authored and cgutman committed Oct 8, 2023
1 parent 8a7111a commit da04f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/confighttp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ namespace confighttp {

pt::ptree inputTree, fileTree;

BOOST_LOG(fatal) << config::stream.file_apps;
BOOST_LOG(info) << config::stream.file_apps;
try {
// TODO: Input Validation
pt::read_json(ss, inputTree);
Expand Down

0 comments on commit da04f97

Please sign in to comment.