Fix math in SIGINFO printer.
This commit is contained in:
parent
610600118c
commit
0b71f5af34
@ -751,9 +751,9 @@ status()
|
||||
: 0),
|
||||
temp_min,
|
||||
((nreceived + nrepeats) ?
|
||||
(tsum / (nreceived + nrepeats))/1000.0
|
||||
(tsum / (nreceived + nrepeats))
|
||||
: tsum),
|
||||
tmax/ 1000.0);
|
||||
tmax);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user