Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent formatter crash in mgmt_util
`rabbit_mgmt_util:direct_request/6` is always called with an `ErrorMsg` which expects one format argument as a string. Convert the arbitrary reason term into a string to avoid a crash like the below: ``` warning: FORMATTER CRASH: {"Delete exchange error: ~ts",[{'EXIT',{{badmatch,{error,... ```
- Loading branch information