summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2008-09-01 09:51:56 +0100
committerMatthias Radestock <matthias@lshift.net>2008-09-01 09:51:56 +0100
commitfb9a469f65be1f10af4b9d1efcb610ca935856ee (patch)
treedd4023b832e9e4781b2c3502cde15fc49ca6e1b1 /src/rabbit.erl
parent6e80d80be512dd8c885b83e3e8964d3d3f0d8752 (diff)
downloadrabbitmq-server-git-fb9a469f65be1f10af4b9d1efcb610ca935856ee.tar.gz
cosmetic
Diffstat (limited to 'src/rabbit.erl')
-rw-r--r--src/rabbit.erl9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index 473a218092..edcea1f712 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -88,9 +88,12 @@ status() ->
rotate_logs(BinarySuffix) ->
Suffix = binary_to_list(BinarySuffix),
- log_rotation_result(
- rotate_logs(error_log_location(wrapper), Suffix, rabbit_error_logger_file_h),
- rotate_logs(sasl_log_location(), Suffix, rabbit_sasl_report_file_h)).
+ log_rotation_result(rotate_logs(error_log_location(wrapper),
+ Suffix,
+ rabbit_error_logger_file_h),
+ rotate_logs(sasl_log_location(),
+ Suffix,
+ rabbit_sasl_report_file_h)).
%%--------------------------------------------------------------------