use warning log level for "No existing AppleSub" error

This commit is contained in:
Son NK 2020-05-13 21:38:25 +02:00
parent 5ce2cca63f
commit 2b71fee712
1 changed files with 1 additions and 1 deletions

View File

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