diff options
| author | Matthew Sackman <matthew@lshift.net> | 2010-05-19 16:22:14 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2010-05-19 16:22:14 +0100 |
| commit | 14fa1ee3f19dc9aacf683669437a7a0278ea82b3 (patch) | |
| tree | 819b32ccb8a8562d281b08f3ba0d6ce006987c0b | |
| parent | 5846f38afb6eeabf4a9c3f63fc4fe9dce34a21f6 (diff) | |
| download | rabbitmq-server-git-14fa1ee3f19dc9aacf683669437a7a0278ea82b3.tar.gz | |
cosmetic
| -rw-r--r-- | src/rabbit_queue_index.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_queue_index.erl b/src/rabbit_queue_index.erl index 7aaf28578a..92127da18d 100644 --- a/src/rabbit_queue_index.erl +++ b/src/rabbit_queue_index.erl @@ -413,7 +413,7 @@ init_clean(RecoveredCounts, State) -> init_dirty(CleanShutdown, ContainsCheckFun, State) -> %% Recover the journal completely. This will also load segments - %% which have entries in the journal and remove duplicates. The + %% which have entries in the journal and remove duplicates. The %% counts will correctly reflect the combination of the segment %% and the journal. State1 = #qistate { dir = Dir, segments = Segments } = |
