fix: better gateway log

This commit is contained in:
DDDHuang 2022-04-24 10:01:38 +08:00
parent 1752257169
commit feaf89d399
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ start_listener(
{ok, {ListenerId, ListenOn, Pid}};
{error, Reason} ->
?ELOG(
"Failed to start gateway ~ts:~ts:~ts on ~ts: ~0p~n",
"Gateway failed to start ~ts:~ts:~ts on ~ts: ~0p~n",
[GwName, Type, LisName, ListenOnStr, Reason]
),
emqx_gateway_utils:supervisor_ret({error, Reason})