Show More
@@ -248,7 +248,7 b' def dispatch(req):' | |||
|
248 | 248 | req.ui.flush() |
|
249 | 249 | if req.ui.logblockedtimes: |
|
250 | 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 | 252 | **pycompat.strkwargs(req.ui._blockedtimes)) |
|
253 | 253 | return_code = ret & 255 |
|
254 | 254 | req.ui.log( |
General Comments 0
You need to be logged in to leave comments.
Login now