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
commit595ef162999ddb1be3a62f11b56b949a46ff40c4 (patch)
treedd4023b832e9e4781b2c3502cde15fc49ca6e1b1 /src/rabbit.erl
parentac7ad4bc25f33632eed8f1d2a34007a4a60d5791 (diff)
downloadrabbitmq-server-595ef162999ddb1be3a62f11b56b949a46ff40c4.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 473a2180..edcea1f7 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)).
%%--------------------------------------------------------------------