code cleanup
This commit is contained in:
parent
87e12a998e
commit
291a0e3532
1 changed files with 1 additions and 1 deletions
|
@ -848,7 +848,7 @@ public class ExamDAOImpl implements ExamDAO {
|
||||||
// No course access on the LMS. This means we can't get any quizzes from this LMSSetup at the moment
|
// No course access on the LMS. This means we can't get any quizzes from this LMSSetup at the moment
|
||||||
// All exams are marked as corrupt because of LMS Setup failure
|
// All exams are marked as corrupt because of LMS Setup failure
|
||||||
|
|
||||||
log.warn("Failed to get quizzes form LMS Setup. No access to LMS {}", lmsSetup);
|
log.warn("Failed to get quizzes form LMS Setup. No access to LMS {}", lmsSetup.lmsSetup());
|
||||||
|
|
||||||
return recordMapping.entrySet()
|
return recordMapping.entrySet()
|
||||||
.stream()
|
.stream()
|
||||||
|
|
Loading…
Reference in a new issue