Remove false positive FATAL log
This commit is contained in:
parent
8a7111a63b
commit
da04f97a8c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue