Skip to content

Commit

Permalink
ZCS-6022 Change log level
Browse files Browse the repository at this point in the history
  • Loading branch information
rupalid committed Jun 12, 2020
1 parent 7ff12b2 commit 54cab9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/src/java/com/zimbra/cs/index/ZimbraHit.java
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ public static int getReadStatus(ZimbraHit zh) throws ServiceException {
String flagValue = msgHit.getAttribute(MailConstants.A_FLAGS);
return (flagValue.contains("u")) ? 1 : 0;
} catch (ServiceException e2) {
ZimbraLog.index.info("Error reading unread flag. :%s for hit:%s", e2.getMessage(), msgHit) ;
ZimbraLog.index.debug("Error reading unread flag. :%s for hit:%s", e2.getMessage(), msgHit) ;
return 1;
}
}
Expand Down

0 comments on commit 54cab9a

Please sign in to comment.