reduce log severity

This commit is contained in:
Neeraj Gupta
2025-06-25 11:54:55 +05:30
parent 7a3cd9a139
commit 6fda320c83

View File

@@ -163,7 +163,7 @@ class _PersonFaceWidgetState extends State<PersonFaceWidget> {
}
}
if (fileForFaceCrop == null) {
_logger.severe(
_logger.warning(
"No suitable file found for face crop for person: ${widget.personId} or cluster: ${widget.clusterID}",
);
return null;