Skip to content

Commit

Permalink
Update samigo/samigo-services/src/java/org/sakaiproject/tool/assessme…
Browse files Browse the repository at this point in the history
…nt/facade/authz/integrated/AuthzQueriesFacade.java

Co-authored-by: Earle Nietzel <earle@longsight.com>
  • Loading branch information
ottenhoff and ern authored Feb 9, 2024
1 parent 5138315 commit b4c7b1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ public void hardDeleteAuthzData(String agentId) {
.executeUpdate();
session.flush();
} catch (HibernateException e) {
log.error("Error deleting samigo Authz Data with agentId: {} ;{}", agentId, e);
log.warn("Could not delete samigo Authz Data with agentId: {}, {}", agentId, e.toString());
}
}

Expand Down

0 comments on commit b4c7b1e

Please sign in to comment.