wangyj18 6 anni fa
parent
commit
f58418bd38

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

@ -71,7 +71,7 @@ public class RegisterHandler implements IRequestHandler{
71 71
			reply.setCode(IMConstant.CODE_200);
72 72
		} catch (Exception e) {
73 73
			reply.setCode(IMConstant.CODE_500);
74
			e.printStackTrace();
74
			logger.error("context", e);
75 75
		}
76 76
		logger.debug("[register account]:" + account + "|" + reply.getCode());
77 77
		return reply;