diff --git a/mobile/lib/ui/viewer/file_details/face_widget.dart b/mobile/lib/ui/viewer/file_details/face_widget.dart index 22db971fb1..ec4787bdc0 100644 --- a/mobile/lib/ui/viewer/file_details/face_widget.dart +++ b/mobile/lib/ui/viewer/file_details/face_widget.dart @@ -68,7 +68,7 @@ class _FaceWidgetState extends State { if (widget.editMode) return; log( - "FaceWidget is tapped, with person ${widget.person} and clusterID ${widget.clusterID}", + "FaceWidget is tapped, with person ${widget.person?.data.name} and clusterID ${widget.clusterID}", name: "FaceWidget", ); if (widget.person == null && widget.clusterID == null) {