Skip to content

Commit

Permalink
Fix #104
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Sep 19, 2020
1 parent 2500c6c commit cf6b213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nohang
Original file line number Diff line number Diff line change
Expand Up @@ -3055,7 +3055,7 @@ def check_kmsg_fn():

k_mono = float((s.split(',')[2])) / 1000000
krm = k_mono - kmsg_t_delta
last_action_dict['t'] = None
last_action_dict['t'] = krm
kmsg = s[:-1].rpartition(';')[2]
log('kmsg: {}'.format(kmsg))

Expand Down

0 comments on commit cf6b213

Please sign in to comment.