Просмотр исходного кода

chore: update apps/emqx/src/emqx_quic_connection.erl

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
zhongwencool 2 лет назад
Родитель
Сommit
f789a7504f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/emqx/src/emqx_quic_connection.erl

+ 1 - 1
apps/emqx/src/emqx_quic_connection.erl

@@ -234,7 +234,7 @@ streams_available(_C, {BidirCnt, UnidirCnt}, S) ->
 -spec peer_needs_streams(quicer:connection_handle(), undefined, cb_state()) -> cb_ret().
 peer_needs_streams(_C, undefined, S) ->
     ?SLOG(info, #{
-        msg => "ignore_peer_need_more_streames", info => maps:with([conn_pid, ctrl_pid], S)
+        msg => "ignore_peer_needs_more_streams", info => maps:with([conn_pid, ctrl_pid], S)
     }),
     {ok, S}.