Skip to content

Commit

Permalink
ZCS-12877: update revoke 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 fd88d1c commit af298da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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 global %s/%s after revoking rights",
ZimbraLog.acl.warn("Problem flushing acl cache for global %s/%s after revoking rights",
erTargSel.getBy(), erTargSel.getValue(), se);
}
}
Expand Down

0 comments on commit af298da

Please sign in to comment.