summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2017-07-27 17:35:43 +0300
committerMichael Klishin <michael@clojurewerkz.org>2017-07-27 17:35:43 +0300
commit200f8eb908ae1c02336862e821978887fab431b4 (patch)
treef86904601e932cb8314cc8dd21603ea24b61f03e /src/rabbit.erl
parent06e518638484bc786819cfbd29e9e98f3ba34954 (diff)
downloadrabbitmq-server-git-200f8eb908ae1c02336862e821978887fab431b4.tar.gz
Correct comment
Diffstat (limited to 'src/rabbit.erl')
-rw-r--r--src/rabbit.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index 8d4bf3c49c..b166e079f4 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -810,7 +810,7 @@ start(normal, []) ->
"minimum required version is ~s (erts ~s)",
Args = [OTPRel, ERTSVer, ?OTP_MINIMUM, ?ERTS_MINIMUM],
rabbit_log:error(Msg, Args),
- %% also print to stdout to make this more visible
+ %% also print to stderr to make this more visible
io:format(standard_error, "Error: " ++ Msg ++ "~n", Args),
{error, {erlang_version_too_old, rabbit_misc:format("Erlang ~s or later is required, started on ~s", [?OTP_MINIMUM, OTPRel])}};
Error ->