mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 00:03:03 +08:00
use warning log level for "No existing AppleSub" error
This commit is contained in:
parent
5ce2cca63f
commit
2b71fee712
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue