[mob] More logs on breaking cluster

This commit is contained in:
laurenspriem 2024-04-03 21:31:16 +05:30
parent 744ded4922
commit 15f9176208

View file

@ -456,6 +456,10 @@ class ClusterFeedbackService {
});
final amountOfNewClusters = clusterIdToCount.length;
_logger.info(
'Broke up cluster $clusterID into $amountOfNewClusters clusters \n ${clusterIdToCount.toString()}',
);
return clusterIdToFaceIds;
}