This commit is contained in:
Kenta Akimoto 2023-03-20 11:29:13 -07:00 committed by GitHub
commit 36d4af4178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ class AuthHandler(BaseHTTPRequestHandler):
sys.stdout.write("%s - %s [%s] %s\n" % (addr, user,
self.log_date_time_string(), format % args))
sys.stdout.flush()
def log_error(self, format, *args):
self.log_message(format, *args)