From 948500ae41295fa457fcb84b7dce4f2ace239f4a Mon Sep 17 00:00:00 2001 From: GuanZhang <44019025+guanzhangrtk@users.noreply.github.com> Date: Mon, 9 Aug 2021 11:38:12 +0900 Subject: [PATCH] Added missing sv as requested by loki-47-6F-64 --- sunshine/nvhttp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunshine/nvhttp.cpp b/sunshine/nvhttp.cpp index 004ce6a7..0d854fdb 100644 --- a/sunshine/nvhttp.cpp +++ b/sunshine/nvhttp.cpp @@ -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; }