From ec7e506d236ad860511350028236a27c4bb6f282 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 20 Jan 2018 09:42:21 -0800 Subject: [PATCH] fixup --- cmd/routed/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/routed/main.go b/cmd/routed/main.go index 153e4c1..46cf29c 100644 --- a/cmd/routed/main.go +++ b/cmd/routed/main.go @@ -4,6 +4,7 @@ import ( "context" "crypto/tls" "flag" + "fmt" "math/rand" "net" "net/http" @@ -68,7 +69,7 @@ func main() { <-ctx.Done() signal.Reset(os.Interrupt) - fmt.Printlf("%s is now waiting for final shutdown, press ^C again to kill it now\n", os.Args[0]) + fmt.Printf("%s is now waiting for final shutdown, press ^C again to kill it now\n", os.Args[0]) time.Sleep(30 * time.Second) }