summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_msg_store.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_msg_store.erl b/src/rabbit_msg_store.erl
index 0d1bb994dc..872ecb20bc 100644
--- a/src/rabbit_msg_store.erl
+++ b/src/rabbit_msg_store.erl
@@ -1986,7 +1986,7 @@ combine_files(Source, Destination,
{ok, do_combine_files(SourceSummary, DestinationSummary,
Source, Destination, State)};
_ ->
- rabbit_log:error("Asked to combine files ~p and ~p, but they have readers. Deferring.",
+ rabbit_log:debug("Asked to combine files ~p and ~p but they have active readers. Deferring.",
[Source, Destination]),
DeferredFiles = [FileSummary#file_summary.file
|| FileSummary <- [SourceSummary, DestinationSummary],