code improvements
This commit is contained in:
parent
2c5f47c7e9
commit
56120168b1
1 changed files with 5 additions and 0 deletions
|
@ -326,6 +326,11 @@ public class ExamProctoringRoomServiceImpl implements ExamProctoringRoomService
|
|||
cc.getExamId(),
|
||||
cc.getConnectionToken());
|
||||
|
||||
if (proctoringRoom == null) {
|
||||
log.warn("Assign SEB client to proctoring room failed for: {}", cc);
|
||||
return;
|
||||
}
|
||||
|
||||
if (log.isDebugEnabled()) {
|
||||
log.debug("Assigning new SEB client to proctoring room: {}, connection: {}",
|
||||
proctoringRoom.id,
|
||||
|
|
Loading…
Reference in a new issue