diff options
| -rw-r--r-- | src/rabbit_plugins_main.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_plugins_main.erl b/src/rabbit_plugins_main.erl index b7bc9ce67b..a1243b77f7 100644 --- a/src/rabbit_plugins_main.erl +++ b/src/rabbit_plugins_main.erl @@ -354,7 +354,7 @@ rpc_call(Node, Online, Mod, Fun, Args) -> "broker.~n", [Node]) end; - {badrpc, _} = Error -> + Error -> io:format(" failed.~n", []), Error end. |
