瀏覽代碼

Remove possible conflict with mochiglobal. Closes #2

pull/4/head
Andrew Thompson 13 年之前
父節點
當前提交
bfbeb94baf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/lager_mochiglobal.erl

+ 1
- 1
src/lager_mochiglobal.erl 查看文件

@ -44,7 +44,7 @@ delete(_K, Mod) ->
-spec key_to_module(atom()) -> atom(). -spec key_to_module(atom()) -> atom().
key_to_module(K) -> 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(). -spec compile(atom(), any()) -> binary().
compile(Module, T) -> compile(Module, T) ->

Loading…
取消
儲存