fix find_victim

This commit is contained in:
Alexey Avramov 2019-01-11 13:26:53 +09:00
parent 424b1ba936
commit 2c747023b7

4
nohang
View File

@ -775,7 +775,9 @@ def find_victim_and_send_signal(signal):
else: else:
response_time = time() - time0 response_time = time() - time0
victim_badness_is_too_small = '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nvictim badness {} < min_b' \ print('~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~')
print(mem_info)
victim_badness_is_too_small = 'victim 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,