Skip to content

Commit

Permalink
rabbit_feature_flags: Log controller task on a single line
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbbell committed Oct 29, 2024
1 parent 44436c8 commit b29fb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbit/src/rabbit_ff_controller.erl
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ standing_by(
when EventContent =/= notify_when_done ->
?LOG_DEBUG(
"Feature flags: registering controller globally before "
"proceeding with task: ~tp",
"proceeding with task: ~0tp",
[EventContent],
#{domain => ?RMQLOG_DOMAIN_FEAT_FLAGS}),

Expand Down

0 comments on commit b29fb1f

Please sign in to comment.