about summary refs log tree commit diff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.go b/main.go
index 11f27260e3..b556d606dd 100644
--- a/main.go
+++ b/main.go
@@ -46,7 +46,7 @@ func main() {
 		os.Exit(1)
 	}
 
-	fmt.Println("Login succeeded, you may now (quickly) authenticate OpenVPN with %s as your password", token)
+	fmt.Printf("Login succeeded, you may now (quickly) authenticate OpenVPN with %d as your password\n", token)
 }
 
 func triggerChallengeResponse(host *string, username *string, password *string) (r Resp, err error) {
@@ -76,7 +76,6 @@ func logon(host *string, challenge *Resp, token *string) (err error) {
 }
 
 func request(url string) (r Resp, err error) {
-	fmt.Println(url)
 	resp, err := http.Get(url)
 	if err != nil {
 		return