From 95a90a9979ee9f4023e8b4c15dd0db3f107370fc Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Fri, 1 May 2020 18:30:20 +0200 Subject: [PATCH] use log warning for verifyReceipt --- app/api/views/apple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/views/apple.py b/app/api/views/apple.py index ef7920b5..ac3b3810 100644 --- a/app/api/views/apple.py +++ b/app/api/views/apple.py @@ -465,7 +465,7 @@ def verify_receipt(receipt_data, user, password) -> Optional[AppleSubscription]: # } if data["status"] != 0: - LOG.error( + LOG.warning( "verifyReceipt status !=0, probably invalid receipt. User %s", user, ) return None