code cleanup

This commit is contained in:
anhefti 2021-09-07 15:38:50 +02:00
parent 87e12a998e
commit 291a0e3532

View file

@ -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
// 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()
.stream()