rfduarte / wanfailoverscript

Automatically exported from code.google.com/p/wanfailoverscript
0 stars 0 forks source link

Bad info: Max latency in ms - its in seconds #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello
I found small problem in info log which can be confusing.

line 154 in wfs - version 2.04 (and 2.03 too)
log INFO "Max latency in ms: $MAX_LATENCY"

but correct is 
log INFO "Max latency in seconds: $MAX_LATENCY"

because paramter of ping -W is in seconds

Thanks for your work

Original issue reported on code.google.com by zdenek.h...@gmail.com on 29 Sep 2013 at 8:48

GoogleCodeExporter commented 9 years ago
Thanks for the comment, I will fix it in the code.

Original comment by Louwrentius on 11 Nov 2013 at 10:20