chore: add more info in test log

This commit is contained in:
Zaiming Shi 2021-05-06 09:08:47 +02:00 committed by Zaiming (Stone) Shi
parent 81da075b9b
commit b8e271a588
1 changed files with 2 additions and 2 deletions

View File

@ -168,8 +168,8 @@ validate_params_and_headers(ClientState, ClientId) ->
end
catch
throw : {unknown_client, Other} ->
ct:pal("ignored_event_from_other_client ~p~n~p~n~p",
[Other, Params, Headers]),
ct:pal("ignored_event_from_other_client ~p~nexpecting:~p~n~p~n~p",
[Other, ClientId, Params, Headers]),
validate_params_and_headers(ClientState, ClientId) %% continue looping
end
after