shangke 2 年之前
父节点
当前提交
9c89cc743a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mec-biz/src/main/java/com/ym/mec/biz/service/impl/CourseScheduleServiceImpl.java

+ 2 - 2
mec-biz/src/main/java/com/ym/mec/biz/service/impl/CourseScheduleServiceImpl.java

@@ -3584,7 +3584,7 @@ public class CourseScheduleServiceImpl extends BaseServiceImpl<Long, CourseSched
 
 					ImLiveBroadcastRoom liveRoom = imLiveBroadcastRoomService.getByRoomUid(liveRoomId);
 					if (Objects.isNull(liveRoom)) {
-						log.warn("liveRoom is null, liveRoomId:{}", liveRoomId);
+						log.warn("liveRoom sendChatRoomMessage is null, liveRoomId:{}", liveRoomId);
 						return;
 					}
 
@@ -3610,7 +3610,7 @@ public class CourseScheduleServiceImpl extends BaseServiceImpl<Long, CourseSched
 						pluginService.sendChatRoomMessage(message);
 						log.info("liveRoom sendChatRoomMessage success, liveRoomId:{}", liveRoomId);
 					} catch (Exception e) {
-						log.error("liveRoom error", e);
+						log.error("liveRoom sendChatRoomMessage error", e);
 					}
 				})
 			);