Browse Source

use warning log level for "No existing AppleSub" error

Son NK 5 years ago
parent
commit
2b71fee712
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/api/views/apple.py

+ 1 - 1
app/api/views/apple.py

@@ -283,7 +283,7 @@ def apple_update_notification():
             db.session.commit()
             db.session.commit()
             return jsonify(ok=True), 200
             return jsonify(ok=True), 200
         else:
         else:
-            LOG.error(
+            LOG.warning(
                 "No existing AppleSub for original_transaction_id %s",
                 "No existing AppleSub for original_transaction_id %s",
                 original_transaction_id,
                 original_transaction_id,
             )
             )