From e0f6c9f20d62e2c596a7103809d464c4aaa6b769 Mon Sep 17 00:00:00 2001 From: Kostis Sagonas Date: Mon, 11 Jun 2018 12:04:18 +0200 Subject: Fix some unmatched_return warnings --- lib/common_test/src/cth_log_redirect.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/common_test/src/cth_log_redirect.erl') diff --git a/lib/common_test/src/cth_log_redirect.erl b/lib/common_test/src/cth_log_redirect.erl index 68742ab0ee..8cf0b39101 100644 --- a/lib/common_test/src/cth_log_redirect.erl +++ b/lib/common_test/src/cth_log_redirect.erl @@ -124,7 +124,8 @@ start_log_handler() -> shutdown=>2000, type=>worker, modules=>[?MODULE]}, - {ok,_} = supervisor:start_child(logger_sup,ChildSpec); + {ok,_} = supervisor:start_child(logger_sup,ChildSpec), + ok; _Pid -> ok end, -- cgit v1.2.3