소스 검색

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().
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) ->

불러오는 중...
취소
저장