fix find_victim

This commit is contained in:
Alexey Avramov 2019-01-11 03:46:01 +09:00
parent 817b0766b9
commit f4b953612c

2
nohang
View File

@ -771,7 +771,7 @@ def find_victim_and_send_signal(signal):
else:
response_time = time() - time0
victim_badness_is_too_small = ' victim badness {} < min_b' \
victim_badness_is_too_small = '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nvictim badness {} < min_b' \
'adness {}; nothing to do; response time: {} ms'.format(
victim_badness,
min_badness,