mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
Use warning level for /v2/alias/options
This commit is contained in:
parent
76661d12d3
commit
130abc2220
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def options():
|
|||
existing: array of existing aliases
|
||||
|
||||
"""
|
||||
LOG.error("/v2/alias/options should be used instead")
|
||||
LOG.warning("/v2/alias/options should be used instead")
|
||||
user = g.user
|
||||
hostname = request.args.get("hostname")
|
||||
|
||||
|
|
Loading…
Reference in a new issue