summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ct_helper_error_h.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ct_helper_error_h.erl b/src/ct_helper_error_h.erl
index f2074fa..3a27077 100644
--- a/src/ct_helper_error_h.erl
+++ b/src/ct_helper_error_h.erl
@@ -87,8 +87,8 @@ handle_event(Event = {error, GL, {emulator, _, Msg}}, State)
end
end;
handle_event(Event = {error, GL,
- {_, "Ranch listener" ++ _, [_, _, Pid, {[_, _,
- {stacktrace, [{M, F, A, _}|_]}|_], _}]}},
+ {_, "Ranch listener" ++ _, [_, _, Pid, {{cowboy_handler, [_, _, _,
+ {stacktrace, [{M, F, A, _}|_]}|_]}, _}]}},
State) when node(GL) =:= node() ->
A2 = if is_list(A) -> length(A); true -> A end,
Crash = {Pid, M, F, A2},