Skip to content

Commit 8ed6828

Browse files
committed
DEBUG: Allow any reason through woody event handler's filter
1 parent c66e719 commit 8ed6828

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

apps/cds/src/cds_thrift_handler_utils.erl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,6 @@ filter(Reason) when
8484
->
8585
Reason;
8686
% Other
87-
filter(_Reason) ->
88-
'***'.
87+
filter(Reason) ->
88+
%% FIXME Temporary do not filter any other reason
89+
Reason.

0 commit comments

Comments
 (0)