Skip to content

Commit 63503f1

Browse files
Merge pull request #1275 from rabbitmq/add-otp-version-to-server-properties
Add OTP version to server properties
2 parents 004710e + 24c4a66 commit 63503f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_reader.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ server_properties(Protocol) ->
283283
[{product, Product},
284284
{version, Version},
285285
{cluster_name, rabbit_nodes:cluster_name()},
286-
{platform, "Erlang/OTP"},
286+
{platform, rabbit_misc:platform_and_version()},
287287
{copyright, ?COPYRIGHT_MESSAGE},
288288
{information, ?INFORMATION_MESSAGE}]]],
289289

0 commit comments

Comments
 (0)