Skip to content

Commit 987f551

Browse files
Log message wording #14402
1 parent 02449bd commit 987f551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_stream/src/rabbit_stream_reader.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ open(info, {OK, S, Data},
699699
connection_state = State1}};
700700
failure ->
701701
_ = demonitor_all_streams(Connection),
702-
?LOG_INFO("Forcing stream connection ~tp closing because of "
702+
?LOG_INFO("Force closing stream connection ~tp because of "
703703
"transition to invalid state",
704704
[self()]),
705705
{stop, {shutdown, <<"Invalid state">>}};

0 commit comments

Comments
 (0)