Skip to content

Commit 910446f

Browse files
committed
rabbit: Remove trailing space in log message
1 parent 9058f32 commit 910446f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ decrypt_list([Value|Tail], Algo, Acc) ->
584584

585585
stop_apps(Apps) ->
586586
rabbit_log:info(
587-
lists:flatten(["Stopping RabbitMQ applications and their dependencies in the following order: ~n",
587+
lists:flatten(["Stopping RabbitMQ applications and their dependencies in the following order:~n",
588588
[" ~p~n" || _ <- Apps]]),
589589
lists:reverse(Apps)),
590590
ok = app_utils:stop_applications(

0 commit comments

Comments
 (0)