ggs_logger got lost somewhere? I added it again, also replaced all references to helpers with ggs_logger
This commit is contained in:
parent
ea1557e2d7
commit
94d9dc6d7f
5 changed files with 23 additions and 15 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue