|
@@ -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);
|
|
|
}
|
|
|
})
|
|
|
);
|