summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-05-05 14:55:48 +0100
committerMatthew Sackman <matthew@lshift.net>2010-05-05 14:55:48 +0100
commit81964120f447a2286eb3c86cdd5e165aad53cbef (patch)
tree0d3e09ec6b77bd13e98f6ef678bbc63ab7a6aa11 /src
parentb954950f973d80c5864187f53f8cf5093f8f1118 (diff)
downloadrabbitmq-server-git-81964120f447a2286eb3c86cdd5e165aad53cbef.tar.gz
%%
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 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.