Explorar el Código

chore: port not released msg

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
zhongwencool hace 2 años
padre
commit
49b508544e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      apps/emqx/src/emqx_listeners.erl

+ 2 - 1
apps/emqx/src/emqx_listeners.erl

@@ -368,7 +368,8 @@ wait_listener_stopped(ListenOn) ->
 
 wait_listener_stopped(ListenOn, 3) ->
     Log = #{
-        msg => "cowboy_listener_not_closed_when_stopping_listener",
+        msg => "port_not_released_after_listener_stopped",
+        explain => "Expecting the operating system to release the port soon.",
         listener => ListenOn,
         wait_seconds => 9
     },