diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-05-23 15:30:09 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-05-23 15:30:09 +0100 |
| commit | af5e142900e86b22057fb4281a4669f9d1f1a90a (patch) | |
| tree | 1ef94397c5bf53c0f526347da007a0a28265dfe5 /src | |
| parent | 04c5b79c1a1140e4d1d2e6cfe076e79323b88093 (diff) | |
| download | rabbitmq-server-git-af5e142900e86b22057fb4281a4669f9d1f1a90a.tar.gz | |
Cosmetic
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_control_main.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rabbit_control_main.erl b/src/rabbit_control_main.erl index c9734314d6..b85cf8c0f8 100644 --- a/src/rabbit_control_main.erl +++ b/src/rabbit_control_main.erl @@ -473,9 +473,9 @@ wait_for_startup(Node, Pid) -> while_process_is_alive(Node, Pid, Activity) -> case process_up(Pid) of true -> case Activity() of - true -> ok; - _Other -> timer:sleep(?EXTERNAL_CHECK_INTERVAL), - while_process_is_alive(Node, Pid, Activity) + true -> ok; + _Other -> timer:sleep(?EXTERNAL_CHECK_INTERVAL), + while_process_is_alive(Node, Pid, Activity) end; false -> {error, process_not_running} end. |
