summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2016-01-22 17:35:13 +0300
committerMichael Klishin <michael@clojurewerkz.org>2016-01-22 17:35:13 +0300
commit1a292318690bdbf3ee60d63c52045f1dabb4be8e (patch)
tree8a8c9462eb934f2e963f66f17f9d33e4b10d3be9 /src
parent12ee9f0180d80963d65b058f2663545a81859e67 (diff)
downloadrabbitmq-server-git-1a292318690bdbf3ee60d63c52045f1dabb4be8e.tar.gz
Compile, references #574
Diffstat (limited to 'src')
-rw-r--r--src/rabbit.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index b41813e55d..315955657c 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -292,7 +292,7 @@ broker_start() ->
%% Only for systemd unit with Type=notify. Errors are intentionally
%% ignored: either you have working systemd-notify(1) or you don't
%% care about systemd at all.
- os:cmd("systemd-notify --ready")
+ os:cmd("systemd-notify --ready"),
ok = log_broker_started(rabbit_plugins:active()).
start_it(StartFun) ->