summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2010-01-21 11:32:31 +0000
committerMatthias Radestock <matthias@lshift.net>2010-01-21 11:32:31 +0000
commitc462b3841e055f6e95472c4144649f7ae33dcaa7 (patch)
tree2bb95b7f2e26e83bb6a7487e24c6ca32e73049a8 /src/rabbit.erl
parent2c5d3fee352f71c34db6da79cbf3e696447f776f (diff)
downloadrabbitmq-server-git-c462b3841e055f6e95472c4144649f7ae33dcaa7.tar.gz
this looks prettier
Diffstat (limited to 'src/rabbit.erl')
-rw-r--r--src/rabbit.erl2
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