diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2019-05-05 23:40:20 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-05-05 23:40:20 +0300 |
| commit | 423d54e22e25c9a10c8740ac53f8f3e2a82baa77 (patch) | |
| tree | a86be75bb982f264e2a6b45493a05e4f575ae73d /src | |
| parent | 4b4e8a7f4b0101170835df87622606d22104da1f (diff) | |
| download | rabbitmq-server-git-423d54e22e25c9a10c8740ac53f8f3e2a82baa77.tar.gz | |
Log deferred file compaction at debug level
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_msg_store.erl | 2 |
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], |
