diff --git a/README.md b/README.md index 5a476a86..2ff7f820 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ sunshine needs access to uinput to create mouse and gamepad events: ### Requirements: - mingw-w64-x86_64-openssl mingw-w64-x86_64-cmake mingw-w64-x86_64-toolchain mingw-w64-x86_64-opus mingw-w64-x86_64-x265 mingw-w64-x86_64-boost git mingw-w64-x86_64-make + mingw-w64-x86_64-openssl mingw-w64-x86_64-cmake mingw-w64-x86_64-toolchain mingw-w64-x86_64-opus mingw-w64-x86_64-x265 mingw-w64-x86_64-boost git mingw-w64-x86_64-make cmake make gcc ### Compilation: - `git clone https://github.com/loki-47-6F-64/sunshine.git --recursive` diff --git a/sunshine/nvhttp.cpp b/sunshine/nvhttp.cpp index 68806106..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) << "DOENST EXIST"sv; + BOOST_LOG(info) << "File "sv << config::nvhttp.file_state << " doesn't exist"sv; http::unique_id = util::uuid_t::generate().string(); return; }