diff options
-rwxr-xr-x | fbtracert | bin | 0 -> 3806719 bytes | |||
-rw-r--r-- | main.go | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/fbtracert b/fbtracert Binary files differnew file mode 100755 index 0000000..1581e15 --- /dev/null +++ b/fbtracert @@ -600,6 +600,7 @@ func main() { fmt.Fprintf(os.Stderr, "Could not identify a source address to trace from\n") return } + fmt.Fprintf(os.Stderr, "Using as source address: %s\n", source.String()) fmt.Fprintf(os.Stderr, "Starting fbtracert with %d probes per second/ttl, base src port %d and with the port span of %d\n", *probeRate, *baseSrcPort, *maxSrcPorts) if flag.Lookup("logtostderr").Value.String() != "true" { |