Skip to content

Commit 0dcbe36

Browse files
committed
rabbit_deprecated_features: Fix missing space in "when_permitted" message
When the string was split, a space was lost in the process. This caused the generated default message to say "minorRabbitMQ version".
1 parent 84ea5d3 commit 0dcbe36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_deprecated_features.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ generate_warnings1(FeatureName, FeatureProps, Msgs) ->
385385
rabbit_misc:format(
386386
"Feature `~ts` is deprecated.~n"
387387
"By default, this feature can still be used for now.~n"
388-
"Its use will not be permitted by default in a future minor"
388+
"Its use will not be permitted by default in a future minor "
389389
"RabbitMQ version and the feature will be removed from a"
390390
"future major RabbitMQ version; actual versions to be"
391391
"determined.~n"

0 commit comments

Comments
 (0)