Merge pull request #3236 from emqx/enhanced_security

Enhance security
This commit is contained in:
tigercl 2020-02-07 09:28:17 +08:00 committed by GitHub
commit 140958b7ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ safe_execute(Fun, Args) ->
Result -> Result
catch
_:Reason:Stacktrace ->
?LOG(error, "Failed to execute ~p(~p): ~p", [Fun, Args, {Reason, Stacktrace}]),
?LOG(error, "Failed to execute ~p: ~p", [Fun, {Reason, Stacktrace}]),
ok
end.