diff options
| author | Matthew Sackman <matthew@lshift.net> | 2009-08-28 11:15:22 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2009-08-28 11:15:22 +0100 |
| commit | 7a5b7c2cf7e7acc41ce464486cfbdc24ba08a5d0 (patch) | |
| tree | 55ec97849868c13bf28013a15fe4d3df4c3a657d | |
| parent | 0f4b03a21ee3c838c3a6fe18326815bcab55883f (diff) | |
| download | rabbitmq-server-git-7a5b7c2cf7e7acc41ce464486cfbdc24ba08a5d0.tar.gz | |
cosmetic
| -rw-r--r-- | src/rabbit_amqqueue_process.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl index 3538b6fb61..7c19ea7291 100644 --- a/src/rabbit_amqqueue_process.erl +++ b/src/rabbit_amqqueue_process.erl @@ -824,7 +824,7 @@ handle_cast({set_storage_mode, Mode}, State = #q { mixed_state = MS }) -> noreply(State #q { mixed_state = MS1 }). handle_info(report_memory, State) -> - %% deliberately don't call noreply/2/3 as we don't want to start the timer. + %% deliberately don't call noreply/1 as we don't want to start the timer. %% By unsetting the timer, we force a report on the next normal message. {noreply, State #q { memory_report_timer = undefined }, hibernate}; |
