Browse Source

Remove possible conflict with mochiglobal. Closes #2

pull/4/head
Andrew Thompson 13 years ago
parent
commit
bfbeb94baf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/lager_mochiglobal.erl

+ 1
- 1
src/lager_mochiglobal.erl View File

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

Loading…
Cancel
Save