mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-17 08:09:50 +00:00
Remove false positive FATAL log
This commit is contained in:
parent
8a7111a63b
commit
da04f97a8c
@ -368,7 +368,7 @@ namespace confighttp {
|
|||||||
|
|
||||||
pt::ptree inputTree, fileTree;
|
pt::ptree inputTree, fileTree;
|
||||||
|
|
||||||
BOOST_LOG(fatal) << config::stream.file_apps;
|
BOOST_LOG(info) << config::stream.file_apps;
|
||||||
try {
|
try {
|
||||||
// TODO: Input Validation
|
// TODO: Input Validation
|
||||||
pt::read_json(ss, inputTree);
|
pt::read_json(ss, inputTree);
|
||||||
|
Loading…
Reference in New Issue
Block a user