Parcourir la source

fix juice debug level

Ken Anderson il y a 2 ans
Parent
commit
92451deeac
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/impl/icetransport.cpp

+ 1 - 1
src/impl/icetransport.cpp

@@ -63,7 +63,7 @@ IceTransport::IceTransport(const Configuration &config, candidate_callback candi
 		level = JUICE_LOG_LEVEL_NONE;
 		break;
 	case plog::fatal:
-		level = JUICE_LOG_LEVEL_VERBOSE;
+		level = JUICE_LOG_LEVEL_FATAL;
 		break;
 	case plog::error:
 		level = JUICE_LOG_LEVEL_ERROR;