Explorar el Código

fix juice debug level

Ken Anderson hace 2 años
padre
commit
92451deeac
Se han modificado 1 ficheros con 1 adiciones y 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;