chore: refine console printout about quic not started
This commit is contained in:
parent
c2bd30466f
commit
08d1b38bbe
|
@ -148,8 +148,8 @@ start_listener(Type, ListenerName, #{bind := Bind} = Conf) ->
|
|||
case do_start_listener(Type, ListenerName, Conf) of
|
||||
{ok, {skipped, Reason}} when Reason =:= listener_disabled;
|
||||
Reason =:= quic_app_missing ->
|
||||
console_print("- Skip - starting listener ~ts on ~ts ~n due to ~p",
|
||||
[listener_id(Type, ListenerName), format_addr(Bind), Reason]);
|
||||
console_print("Listener ~ts is NOT started due to: ~p~n.",
|
||||
[listener_id(Type, ListenerName), Reason]);
|
||||
{ok, _} ->
|
||||
console_print("Listener ~ts on ~ts started.~n",
|
||||
[listener_id(Type, ListenerName), format_addr(Bind)]);
|
||||
|
|
Loading…
Reference in New Issue