diff options
| -rw-r--r-- | src/ct_helper_error_h.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ct_helper_error_h.erl b/src/ct_helper_error_h.erl index 3a2f9ea..523feca 100644 --- a/src/ct_helper_error_h.erl +++ b/src/ct_helper_error_h.erl @@ -142,7 +142,7 @@ handle_event(Event = {error, GL, write_event(Event), {ok, State} end; -handle_event(Event = {error, GL, +handle_event({error, GL, {_, "Ranch listener" ++ _, [_, _, _, _Pid, ct_helper_ignore|_]}}, State) when node(GL) =:= node() -> {ok, State}; |
