From 32e046445d45e6b7e064518841bb1709a08fcf12 Mon Sep 17 00:00:00 2001 From: Juan Manuel Pereira Date: Thu, 22 Feb 2024 15:31:11 -0300 Subject: [PATCH] Use os_log instead of print --- .../Pixels/DataBrokerProtectionEngagementPixels.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Pixels/DataBrokerProtectionEngagementPixels.swift b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Pixels/DataBrokerProtectionEngagementPixels.swift index 901f400b87..f00192e769 100644 --- a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Pixels/DataBrokerProtectionEngagementPixels.swift +++ b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Pixels/DataBrokerProtectionEngagementPixels.swift @@ -114,7 +114,7 @@ final class DataBrokerProtectionEngagementPixels { func fireEngagementPixel(currentDate: Date = Date()) { guard database.fetchProfile() != nil else { - print("No profile. We do not fire any pixel because we do not consider it an engaged user.") + os_log("No profile. We do not fire any pixel because we do not consider it an engaged user.", log: .dataBrokerProtection) return }