Showing
1 changed file
with
1 additions
and
1 deletions
@@ -136,7 +136,7 @@ public class CouponServiceImpl implements ICouponService { | @@ -136,7 +136,7 @@ public class CouponServiceImpl implements ICouponService { | ||
136 | couponSendBo.setCouponCode(sendPerCoupon(uid, couponToken, repeatable,validityRange)); | 136 | couponSendBo.setCouponCode(sendPerCoupon(uid, couponToken, repeatable,validityRange)); |
137 | couponSendBo.setSuccess(true); | 137 | couponSendBo.setSuccess(true); |
138 | } catch (ServiceException ex) { | 138 | } catch (ServiceException ex) { |
139 | - logger.warn("happened serviceException,uid:{},couponTokens:{}", uid, couponTokens, ex); | 139 | + logger.info("happened serviceException,uid:{},couponTokens:{}", uid, couponTokens, ex); |
140 | couponSendBo.setErrCode(ex.getCode()); | 140 | couponSendBo.setErrCode(ex.getCode()); |
141 | couponSendBo.setErrMsg(ex.getServiceError().getMappingGatewayError().getRight()); | 141 | couponSendBo.setErrMsg(ex.getServiceError().getMappingGatewayError().getRight()); |
142 | } catch (Exception e) { | 142 | } catch (Exception e) { |
-
Please register or login to post a comment