chore: add more info in test log
This commit is contained in:
parent
81da075b9b
commit
b8e271a588
|
@ -168,8 +168,8 @@ validate_params_and_headers(ClientState, ClientId) ->
|
||||||
end
|
end
|
||||||
catch
|
catch
|
||||||
throw : {unknown_client, Other} ->
|
throw : {unknown_client, Other} ->
|
||||||
ct:pal("ignored_event_from_other_client ~p~n~p~n~p",
|
ct:pal("ignored_event_from_other_client ~p~nexpecting:~p~n~p~n~p",
|
||||||
[Other, Params, Headers]),
|
[Other, ClientId, Params, Headers]),
|
||||||
validate_params_and_headers(ClientState, ClientId) %% continue looping
|
validate_params_and_headers(ClientState, ClientId) %% continue looping
|
||||||
end
|
end
|
||||||
after
|
after
|
||||||
|
|
Loading…
Reference in New Issue