diff options
Diffstat (limited to 'src/mod_proxy65_sql.erl')
-rw-r--r-- | src/mod_proxy65_sql.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mod_proxy65_sql.erl b/src/mod_proxy65_sql.erl index 20fed2209..31c2dcc36 100644 --- a/src/mod_proxy65_sql.erl +++ b/src/mod_proxy65_sql.erl @@ -23,7 +23,6 @@ -module(mod_proxy65_sql). -behaviour(mod_proxy65). --compile([{parse_transform, ejabberd_sql_pt}]). %% API -export([init/0, register_stream/2, unregister_stream/1, activate_stream/4]). @@ -44,7 +43,7 @@ init() -> {updated, _} -> ok; Err -> - ?ERROR_MSG("failed to clean 'proxy65' table: ~p", [Err]), + ?ERROR_MSG("Failed to clean 'proxy65' table: ~p", [Err]), Err end. |