Skip to content

Commit 36bd764

Browse files
ottenhoffSakai Developer
authored andcommitted
SAK-52063 Assignments downgrade gradebook feed warning (#14164)
1 parent c3fe7b2 commit 36bd764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignment/tool/src/java/org/sakaiproject/assignment/entityproviders/AssignmentEntityProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1959,7 +1959,7 @@ public SimpleAssignment(Assignment a, boolean hydrate) {
19591959
}
19601960
}
19611961
} else {
1962-
log.warn("The property \"prop_new_assignment_add_to_gradebook\" is null for the assignment feed");
1962+
log.debug("The property \"prop_new_assignment_add_to_gradebook\" is null for the assignment feed");
19631963
}
19641964

19651965
this.attachments = a.getAttachments().stream().map(att -> {

0 commit comments

Comments
 (0)