Przeglądaj źródła

Changed media example log level to warning

Paul-Louis Ageneau 5 lat temu
rodzic
commit
7489e3851e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/media/main.cpp

+ 1 - 1
examples/media/main.cpp

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