We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 004710e + 24c4a66 commit 63503f1Copy full SHA for 63503f1
src/rabbit_reader.erl
@@ -283,7 +283,7 @@ server_properties(Protocol) ->
283
[{product, Product},
284
{version, Version},
285
{cluster_name, rabbit_nodes:cluster_name()},
286
- {platform, "Erlang/OTP"},
+ {platform, rabbit_misc:platform_and_version()},
287
{copyright, ?COPYRIGHT_MESSAGE},
288
{information, ?INFORMATION_MESSAGE}]]],
289
0 commit comments