Skip to content

Commit f2df98a

Browse files
committed
change message
1 parent 2eb6255 commit f2df98a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/rabbitmq_stream/src/rabbit_stream.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ start(_Type, _Args) ->
4949
false ->
5050
rabbit_log:warning(
5151
"Unable to start the stream plugin. The stream_queue feature flag is disabled. "++
52-
"You need to enable it then disable and re-enable the rabbitmq_stream plugin. ",
52+
"You need to enable stream_queue feature flag then disable and re-enable the rabbitmq_stream plugin. ",
5353
"See https://www.rabbitmq.com/feature-flags.html ",
5454
[]),
5555
{ok, self()}

deps/rabbitmq_stream_management/src/rabbit_stream_connections_mgmt.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ web_ui() ->
3030
true -> [{javascript, <<"stream.js">>}];
3131
false -> rabbit_log:warning(
3232
"Unable to show the stream management plugin. The stream_queue feature flag is disabled. "++
33-
"You need to enable it then disable and re-enable the rabbitmq_stream_management plugin. ",
33+
"You need to enable stream_queue feature flag then disable and re-enable the rabbitmq_stream_management plugin. ",
3434
"See https://www.rabbitmq.com/feature-flags.html ",
3535
[]),
3636
[]

0 commit comments

Comments
 (0)