Explorar o código

fix juice debug level

Ken Anderson %!s(int64=2) %!d(string=hai) anos
pai
achega
92451deeac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;