chore(typo): fix typo

This commit is contained in:
JimMoen 2022-08-17 15:36:04 +08:00
parent 4a89dfe362
commit 0502be6055
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ gen_metadata_from_action(#action_instance{name = Name}) ->
log_action(Level, Metadata, Fmt, Args) ->
?LOG(Level,
"Rule: ~p; Action: ~p; Rusource: ~p. " ++ Fmt,
"Rule: ~p; Action: ~p; Resource: ~p. " ++ Fmt,
metadata_values(Metadata) ++ Args).
metadata_values(Metadata) ->