Explorar el Código

Remove possible conflict with mochiglobal. Closes #2

pull/4/head
Andrew Thompson hace 14 años
padre
commit
bfbeb94baf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/lager_mochiglobal.erl

+ 1
- 1
src/lager_mochiglobal.erl Ver fichero

@ -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) ->

Cargando…
Cancelar
Guardar