summaryrefslogtreecommitdiffstats
path: root/src/ct_helper_error_h.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ct_helper_error_h.erl')
-rw-r--r--src/ct_helper_error_h.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ct_helper_error_h.erl b/src/ct_helper_error_h.erl
index babb461..7e3dc4e 100644
--- a/src/ct_helper_error_h.erl
+++ b/src/ct_helper_error_h.erl
@@ -87,7 +87,7 @@ handle_event(Event = {error, GL, {emulator, _, Msg}}, State)
end
end;
handle_event(Event = {error, GL,
- {_, "Ranch listener" ++ _, [_, _, Pid, {cowboy_handler, [_, _, _,
+ {_, "Ranch listener" ++ _, [_, _, _, Pid, {cowboy_handler, [_, _, _,
{stacktrace, [{M, F, A, _}|_]}|_]}]}},
State) when node(GL) =:= node() ->
A2 = if is_list(A) -> length(A); true -> A end,