fix find_victim
This commit is contained in:
parent
817b0766b9
commit
f4b953612c
2
nohang
2
nohang
@ -771,7 +771,7 @@ def find_victim_and_send_signal(signal):
|
|||||||
else:
|
else:
|
||||||
|
|
||||||
response_time = time() - time0
|
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(
|
'adness {}; nothing to do; response time: {} ms'.format(
|
||||||
victim_badness,
|
victim_badness,
|
||||||
min_badness,
|
min_badness,
|
||||||
|
Loading…
Reference in New Issue
Block a user