Skip to content

Commit 423d54e

Browse files
Log deferred file compaction at debug level
1 parent 4b4e8a7 commit 423d54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_msg_store.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1986,7 +1986,7 @@ combine_files(Source, Destination,
19861986
{ok, do_combine_files(SourceSummary, DestinationSummary,
19871987
Source, Destination, State)};
19881988
_ ->
1989-
rabbit_log:error("Asked to combine files ~p and ~p, but they have readers. Deferring.",
1989+
rabbit_log:debug("Asked to combine files ~p and ~p but they have active readers. Deferring.",
19901990
[Source, Destination]),
19911991
DeferredFiles = [FileSummary#file_summary.file
19921992
|| FileSummary <- [SourceSummary, DestinationSummary],

0 commit comments

Comments
 (0)