|
@@ -87,10 +87,10 @@ class RAccServer extends BaseServer
|
|
|
}
|
|
|
}
|
|
|
catch (UnSignException $ex) {
|
|
|
- joutput_error(errcode::ErrUnLogin,errcode::msg(errcode::ErrUnLogin));
|
|
|
+ joutput_error(errcode::ErrSignParamter,errcode::msg(errcode::ErrSignParamter));
|
|
|
}
|
|
|
catch (Exception $ex) {
|
|
|
- joutput_error($ex->getCode(),$ex->getMessage());
|
|
|
+ joutput_error($ex->getCode(),'异常错误');
|
|
|
Log::record("run_looper exception catch code={$ex->getCode()} msg={$ex->getMessage()} trace={$ex->getTraceAsString()}", Log::ERR);
|
|
|
}
|
|
|
}
|