From b230342a156c276b0a4d941c6dae87db17523f61 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Wed, 29 Apr 2009 19:05:34 +0200 Subject: [PATCH] more mycelium --- comm/mod_mycelium.erl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/comm/mod_mycelium.erl b/comm/mod_mycelium.erl index 2d03e76..ffebc2f 100644 --- a/comm/mod_mycelium.erl +++ b/comm/mod_mycelium.erl @@ -12,10 +12,8 @@ start(_Host, _Opt) -> ?DEBUG("MYCELIUM LOADING...", []). -stop(_Host) -> ok. +stop(_Host) -> ?DEBUG("MYCELIUM UNLOADING...", []). %%-define(PROCNAME, ejabberd_mycelium). %%-define(BOTNAME, mycelium). - -