Skip to content

Commit c530a21

Browse files
the-mikedavisansd
authored andcommitted
rabbit_channel: Fix formatting of error message for exchange deletion
Co-authored-by: David Ansari <[email protected]> (cherry picked from commit fb3154b)
1 parent 5ac2279 commit c530a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_channel.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2520,7 +2520,7 @@ handle_method(#'exchange.delete'{exchange = ExchangeNameBin,
25202520
{error, timeout} ->
25212521
rabbit_misc:protocol_error(
25222522
internal_error,
2523-
"failed to delete exchange '~ts' due to a timeout",
2523+
"failed to delete ~ts due to a timeout",
25242524
[rabbit_misc:rs(ExchangeName)])
25252525
end;
25262526
handle_method(#'queue.purge'{queue = QueueNameBin},

0 commit comments

Comments
 (0)