Skip to content

Commit b29fb1f

Browse files
committed
rabbit_feature_flags: Log controller task on a single line
1 parent 44436c8 commit b29fb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_ff_controller.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ standing_by(
225225
when EventContent =/= notify_when_done ->
226226
?LOG_DEBUG(
227227
"Feature flags: registering controller globally before "
228-
"proceeding with task: ~tp",
228+
"proceeding with task: ~0tp",
229229
[EventContent],
230230
#{domain => ?RMQLOG_DOMAIN_FEAT_FLAGS}),
231231

0 commit comments

Comments
 (0)