diff --git a/ahserver/auth_api.py b/ahserver/auth_api.py index 7bc1e4e..4f4c75f 100755 --- a/ahserver/auth_api.py +++ b/ahserver/auth_api.py @@ -169,7 +169,7 @@ class AuthAPI: raise e if user is None: - info(f'timecost=client({ip}) {user} access need login to access {path} ({t2-t1})') + info(f'timecost=client({ip}) {user} need login to access {path} ({t2-t1})') raise web.HTTPUnauthorized info(f'timecost=client({ip}) {user} access {path} forbidden ({t2-t1})') raise web.HTTPForbidden()