diff options
| -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 5c5cdb2d2a..6c5a1c6e77 100644 --- a/src/rabbit_msg_store.erl +++ b/src/rabbit_msg_store.erl @@ -414,7 +414,7 @@ client_read2(_Server, false, undefined, _MsgLocation, Defer, _CState) -> %% current_file. We can only arrive here if we are trying to read %% a message which we have not written, which is very odd, so just %% defer. - + %% %% OR, on startup, the cur_file_cache is not populated with the %% contents of the current file, thus reads from the current file %% will end up here and will need to be deferred. |
