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.
1 parent 92e0772 commit 6a7303eCopy full SHA for 6a7303e
src/rabbit_disk_monitor.erl
@@ -87,9 +87,9 @@ init([Limit]) ->
87
vm_memory_monitor:get_total_memory()} of
88
{N1, N2} when is_integer(N1), is_integer(N2) ->
89
{ok, set_disk_limits(State, Limit)};
90
- _ ->
+ Err ->
91
rabbit_log:info("Disabling disk free space monitoring "
92
- "on unsupported platform~n"),
+ "on unsupported platform: ~p~n", [Err]),
93
{stop, unsupported_platform}
94
end.
95
0 commit comments