Showing
1 changed file
with
2 additions
and
2 deletions
@@ -34,9 +34,9 @@ public class UfoLiveAvthumbController { | @@ -34,9 +34,9 @@ public class UfoLiveAvthumbController { | ||
34 | public void notifyAvthumb(HttpServletRequest request, HttpServletResponse response, @RequestBody UfoLiveNotifyResp req) throws IOException { | 34 | public void notifyAvthumb(HttpServletRequest request, HttpServletResponse response, @RequestBody UfoLiveNotifyResp req) throws IOException { |
35 | logger.info("method notifyAvthumb Notify in req is {}", req); | 35 | logger.info("method notifyAvthumb Notify in req is {}", req); |
36 | 36 | ||
37 | - | ||
38 | 37 | ||
39 | - logger.info("[{}] method notifyAvthumb Notify out"); | 38 | + |
39 | + logger.info("[{}] method notifyAvthumb Notify out", req.getId()); | ||
40 | response.getWriter().print("success"); | 40 | response.getWriter().print("success"); |
41 | } | 41 | } |
42 | } | 42 | } |
-
Please register or login to post a comment