summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 9d52c94..db6c31a 100644
--- a/main.go
+++ b/main.go
@@ -536,6 +536,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" {