diff options
| author | Loïc Hoguin <[email protected]> | 2025-10-16 11:21:42 +0200 |
|---|---|---|
| committer | Loïc Hoguin <[email protected]> | 2025-10-16 11:21:42 +0200 |
| commit | eafebf242abebb33780abb068a24646106ed8ae2 (patch) | |
| tree | 3570f1ae9cde051c43e67d9f9b53f7d210eaf9a0 | |
| parent | f5b31c3ab5516be169b1873441a12ce7dbc93186 (diff) | |
| download | ct_helper-eafebf242abebb33780abb068a24646106ed8ae2.tar.gz ct_helper-eafebf242abebb33780abb068a24646106ed8ae2.tar.bz2 ct_helper-eafebf242abebb33780abb068a24646106ed8ae2.zip | |
| -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}; |
