Merge 9d6f9ec39e into c98eb555f5
This commit is contained in:
commit
36d4af4178
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue