1155
1155
t = '%5.3fs ' % (time.clock() - self._response_start_time)
1163
1159
extra = ' ' + repr(extra_bytes[:40])
1165
1161
extra = extra[:29] + extra[-1] + '...'
1167
% (action, t_info, t, message, extra))
1163
% (action, self._thread_id, t, message, extra))
1169
1165
def send_error(self, exception):