summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-04-27 19:52:38 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2012-04-27 19:52:38 +0100
commit15b4db21b388a61c9dcfc089c094450031c5e817 (patch)
treefb0f702d39e1790fb0b5b61de3ea770788257be3 /src
parent7318f2a8fdfc19748fa6bf85ab0bd2896c144c5d (diff)
downloadrabbitmq-server-git-15b4db21b388a61c9dcfc089c094450031c5e817.tar.gz
cosmetic
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_event.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rabbit_event.erl b/src/rabbit_event.erl
index 4ec141cfd8..3f1b20fed6 100644
--- a/src/rabbit_event.erl
+++ b/src/rabbit_event.erl
@@ -139,6 +139,6 @@ notify_if(false, _Type, _Props) -> ok.
notify(Type, Props) ->
%% TODO: switch to os:timestamp() when we drop support for
%% Erlang/OTP < R13B01
- gen_event:notify(rabbit_event, #event{type = Type,
- props = Props,
- timestamp = now()}).
+ gen_event:notify(?MODULE, #event{type = Type,
+ props = Props,
+ timestamp = now()}).