Skip to content

Commit b7b1d16

Browse files
kjnilssonmichaelklishin
authored andcommitted
revert log change
1 parent a2c3610 commit b7b1d16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deps/rabbit/src/rabbit_stream_coordinator.erl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,8 +1122,7 @@ phase_start_writer(StreamId, #{epoch := Epoch, node := Node} = Args0, Conf) ->
11221122
[?MODULE, StreamId, Node, Epoch, Err]),
11231123
send_action_failed(StreamId, starting, Args0)
11241124
catch _:Err:Stack ->
1125-
rabbit_log:warning("~ts: failed to start writer ~ts on ~ts
1126-
in ~b Error: ~w ~n~p",
1125+
rabbit_log:warning("~ts: failed to start writer ~ts on ~ts in ~b Error: ~w ~n~p",
11271126
[?MODULE, StreamId, Node, Epoch, Err, Stack]),
11281127
send_action_failed(StreamId, starting, Args0)
11291128
end

0 commit comments

Comments
 (0)