Sfoglia il codice sorgente

ft: 日志优化

master
SisMaker 1 mese fa
parent
commit
a9cf2037cd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/eSync.erl

+ 1
- 1
src/eSync.erl Vedi File

@ -334,7 +334,7 @@ getModOpts(Module) ->
Options7 = lists:keyreplace(debug_info_key, 1, Options6, debugInfoKeyFun()),
{ok, Options7}
catch ExType:Error ->
?logWarnings("~p:0: ~p looking for options: ~p. ~n", [Module, ExType, Error]),
?logWarnings("Module:~p looking for options: ~p ~p. ~n", [Module, ExType, Error]),
undefined
end;
_ ->

Caricamento…
Annulla
Salva