Added missing sv as requested by loki-47-6F-64

This commit is contained in:
GuanZhang
2021-08-09 11:38:12 +09:00
parent dce64fc487
commit 948500ae41

View File

@@ -132,7 +132,7 @@ void save_state() {
void load_state() {
if(!fs::exists(config::nvhttp.file_state)) {
BOOST_LOG(info) << "File "sv << config::nvhttp.file_state << " doesn't exist";
BOOST_LOG(info) << "File "sv << config::nvhttp.file_state << " doesn't exist"sv;
http::unique_id = util::uuid_t::generate().string();
return;
}