ggs_logger got lost somewhere? I added it again, also replaced all references to helpers with ggs_logger

This commit is contained in:
Jonatan Pålsson 2011-02-17 08:33:55 +01:00
parent ea1557e2d7
commit 94d9dc6d7f
5 changed files with 23 additions and 15 deletions

View file

@ -29,7 +29,7 @@ start_link(Port) ->
%% @doc Stops the dispatcher with the specified reason.
%% @spec stop(Reason) -> ok.
%% Reason = String
stop(_Reason) -> helpers:not_implemented().
stop(_Reason) -> ggs_logger:not_implemented().
%% gen_server callbacks