summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_table.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_table.erl b/src/rabbit_table.erl
index c504719e4d..b00f39ebec 100644
--- a/src/rabbit_table.erl
+++ b/src/rabbit_table.erl
@@ -114,6 +114,7 @@ wait(TableNames, Timeout, Retries) ->
end,
case {Retries, Result} of
{_, ok} ->
+ rabbit_log:info("Successfully synced tables from a peer"),
ok;
{1, {error, _} = Error} ->
throw(Error);