Browse Source

sonar严重修复

wangyj18 6 years ago
parent
commit
b73f32dcec

+ 1 - 1
push-server/src/com/ai/server/push/handle/RegisterWithRouteHandler.java

@ -89,7 +89,7 @@ public class RegisterWithRouteHandler implements IRequestHandler {
89 89
        }
90 90
        catch (Exception e) {
91 91
            reply.setCode(IMConstant.CODE_500);
92
            e.printStackTrace();
92
            logger.error("context", e);
93 93
        }
94 94
        logger.debug("[register account]:" + account + "|" + reply.getCode());
95 95
        return reply;