diff options
| author | Matthew Sackman <matthew@lshift.net> | 2010-05-05 14:55:48 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2010-05-05 14:55:48 +0100 |
| commit | 81964120f447a2286eb3c86cdd5e165aad53cbef (patch) | |
| tree | 0d3e09ec6b77bd13e98f6ef678bbc63ab7a6aa11 /src | |
| parent | b954950f973d80c5864187f53f8cf5093f8f1118 (diff) | |
| download | rabbitmq-server-git-81964120f447a2286eb3c86cdd5e165aad53cbef.tar.gz | |
%%
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 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. |
