diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2020-07-17 19:15:51 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2020-07-17 19:15:51 +0300 |
| commit | 1dc4e9bdb7c01d986f1d39bf50ce2f301c54525a (patch) | |
| tree | a16599e750f6af1c602cfd05a7caf701c5e96661 /apps | |
| parent | 8d020c27e06188de75609ddd0e56a98c8c46ef8c (diff) | |
| download | rabbitmq-server-git-1dc4e9bdb7c01d986f1d39bf50ce2f301c54525a.tar.gz | |
A typo
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/rabbitmq_prelaunch/src/rabbit_prelaunch_errors.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/rabbitmq_prelaunch/src/rabbit_prelaunch_errors.erl b/apps/rabbitmq_prelaunch/src/rabbit_prelaunch_errors.erl index 147ae07d18..4c2b4d887e 100644 --- a/apps/rabbitmq_prelaunch/src/rabbit_prelaunch_errors.erl +++ b/apps/rabbitmq_prelaunch/src/rabbit_prelaunch_errors.erl @@ -30,7 +30,7 @@ format_error({error, {invalid_dist_port_range, DistTcpPort}}) -> "Invalid Erlang distribution TCP port: ~b", [DistTcpPort]); format_error({error, {dist_port_already_used, Port, not_erlang, Host}}) -> rabbit_misc:format( - "ERROR: could not bind to distribution port ~b on host ~s . It could be in use " + "ERROR: could not bind to distribution port ~b on host ~s. It could be in use " "by another process or cannot be bound to (e.g. due to a security policy)", [Port, Host]); format_error({error, {dist_port_already_used, Port, Name, Host}}) -> rabbit_misc:format( |
