##// END OF EJS Templates
dispatch: add newline after ui.log "ui blocked ms" message...
Martin von Zweigbergk -
r41229:dd97354b default
parent child Browse files
Show More
@@ -248,7 +248,7 b' def dispatch(req):'
248 req.ui.flush()
248 req.ui.flush()
249 if req.ui.logblockedtimes:
249 if req.ui.logblockedtimes:
250 req.ui._blockedtimes['command_duration'] = duration * 1000
250 req.ui._blockedtimes['command_duration'] = duration * 1000
251 req.ui.log('uiblocked', 'ui blocked ms',
251 req.ui.log('uiblocked', 'ui blocked ms\n',
252 **pycompat.strkwargs(req.ui._blockedtimes))
252 **pycompat.strkwargs(req.ui._blockedtimes))
253 return_code = ret & 255
253 return_code = ret & 255
254 req.ui.log(
254 req.ui.log(
General Comments 0
You need to be logged in to leave comments. Login now