diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl index 5314540fd6..88b8e7a4a7 100644 --- a/src/rabbit.erl +++ b/src/rabbit.erl @@ -246,7 +246,7 @@ run_boot_step({StepName, Attributes}) -> end, case [MFA || {mfa, MFA} <- Attributes] of [] -> - io:format("progress -- ~s~n", [Description]); + io:format("-- ~s~n", [Description]); MFAs -> io:format("starting ~-40s ...", [Description]), [case catch apply(M,F,A) of |
