This commit is contained in:
loki
2020-02-23 20:59:12 +01:00
parent 41f4b71c99
commit 1d6c6046a2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -843,7 +843,7 @@ void join(session_t &session) {
session.videoThread.join();
BOOST_LOG(debug) << "Waiting for audio to end..."sv;
session.audioThread.join();
BOOST_LG(debug) << "Session ended"sv;
BOOST_LOG(debug) << "Session ended"sv;
}
void start(session_t &session, const std::string &addr_string) {