mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-19 05:11:53 +00:00
Add more detailed log message when config::nvhttp.file_state doesn't exist upon first run
This commit is contained in:
parent
0629fe7846
commit
dce64fc487
@ -132,7 +132,7 @@ void save_state() {
|
||||
|
||||
void load_state() {
|
||||
if(!fs::exists(config::nvhttp.file_state)) {
|
||||
BOOST_LOG(info) << "DOENST EXIST"sv;
|
||||
BOOST_LOG(info) << "File "sv << config::nvhttp.file_state << " doesn't exist";
|
||||
http::unique_id = util::uuid_t::generate().string();
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user