Skip to content

Commit

Permalink
ZCS-12877: update exception log to warning from log
Browse files Browse the repository at this point in the history
  • Loading branch information
dasiyogesh committed Feb 24, 2023
1 parent b22017b commit fd88d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/src/java/com/zimbra/cs/service/admin/GrantRight.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public Element handle(Element request, Map<String, Object> context) throws Servi
try {
FlushCache.doFlushCache(this, context, fcReq);
} catch (ServiceException se) {
ZimbraLog.acl.info("Problem flushing acl cache for %s %s/%s after granting rights",
ZimbraLog.acl.warn("Problem flushing acl cache for %s %s/%s after granting rights",
erTargSel.getType().toString(), erTargSel.getBy(), erTargSel.getValue(), se);
}
}
Expand Down

0 comments on commit fd88d1c

Please sign in to comment.