|
|
@ -88,7 +88,7 @@ handleCall({mSetLogLevel, Level}, State) -> |
|
|
|
{reply, ok, State#state{level = Levels}} |
|
|
|
catch |
|
|
|
_:_ -> |
|
|
|
{reply, {error, bad_log_level}, State}clo |
|
|
|
{reply, {error, bad_log_level}, State} |
|
|
|
end; |
|
|
|
handleCall(_Msg, State) -> |
|
|
|
?ERR("~p call receive unexpect msg ~p ~n ", [?MODULE, _Msg]), |
|
|
|