Ver a proveniência

Remove possible conflict with mochiglobal. Closes #2

pull/4/head
Andrew Thompson há 13 anos
ascendente
cometimento
bfbeb94baf
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/lager_mochiglobal.erl

+ 1
- 1
src/lager_mochiglobal.erl Ver ficheiro

@ -44,7 +44,7 @@ delete(_K, Mod) ->
-spec key_to_module(atom()) -> atom().
key_to_module(K) ->
list_to_atom("mochiglobal:" ++ atom_to_list(K)).
list_to_atom("lager_mochiglobal:" ++ atom_to_list(K)).
-spec compile(atom(), any()) -> binary().
compile(Module, T) ->

Carregando…
Cancelar
Guardar