diff options
-rw-r--r-- | src/ranch_conns_sup.erl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ranch_conns_sup.erl b/src/ranch_conns_sup.erl index e16df69..c6b11ec 100644 --- a/src/ranch_conns_sup.erl +++ b/src/ranch_conns_sup.erl @@ -200,6 +200,10 @@ system_code_change(Misc, _, _, _) -> %% support printable strings. report_error(_, _, normal) -> ok; +report_error(_, _, shutdown) -> + ok; +report_error(_, _, {shutdown, _}) -> + ok; report_error(Ref, Pid, Reason) -> error_logger:error_msg( "Ranch listener ~p had connection process ~p " |