Explorar o código

Changed media example log level to warning

Paul-Louis Ageneau %!s(int64=5) %!d(string=hai) anos
pai
achega
7489e3851e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/media/main.cpp

+ 1 - 1
examples/media/main.cpp

@@ -38,7 +38,7 @@ using nlohmann::json;
 
 
 int main() {
 int main() {
 	try {
 	try {
-		rtc::InitLogger(rtc::LogLevel::Debug);
+		rtc::InitLogger(rtc::LogLevel::Warning);
 		auto pc = std::make_shared<rtc::PeerConnection>();
 		auto pc = std::make_shared<rtc::PeerConnection>();
 
 
 		pc->onStateChange(
 		pc->onStateChange(