netcheck, stunner: reduce log spam

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick
2020-02-28 09:40:25 -08:00
parent 19b54d0ae7
commit f3c0ea23d9
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ func runNetcheck(ctx context.Context, args []string) error {
defer cancel()
report, err := netcheck.GetReport(ctx, log.Printf)
if err != nil {
log.Fatal(err)
log.Fatalf("netcheck: %v", err)
}
fmt.Printf("\nReport:\n")
fmt.Printf("\t* UDP: %v\n", report.UDP)