diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-06-06 14:48:04 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-06-06 14:48:04 +0100 |
| commit | 63ec0f32f0b41eca1432b885ed697f60a61b802e (patch) | |
| tree | 1fe104372f37732961790bf2f4928828a9064157 | |
| parent | 41f8fcae1cdd0c63ba505481a5a87246eee4a483 (diff) | |
| download | rabbitmq-server-git-63ec0f32f0b41eca1432b885ed697f60a61b802e.tar.gz | |
Cosmetic
| -rw-r--r-- | src/rabbit_control_main.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_control_main.erl b/src/rabbit_control_main.erl index 82bee78583..a36fe90c8c 100644 --- a/src/rabbit_control_main.erl +++ b/src/rabbit_control_main.erl @@ -531,7 +531,7 @@ with_os(Handlers) -> run_ps(Pid) -> Port = erlang:open_port({spawn, "ps -p " ++ Pid}, - [exit_status,{line, 16384}, + [exit_status, {line, 16384}, use_stdio, stderr_to_stdout]), exit_loop(Port). |
