From a13bf2c722ae789874f92430950d3fd92d9b9f09 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 9 Apr 2019 14:42:21 -0700 Subject: [PATCH] less output Signed-off-by: Jeff Carr --- connect-to-wifi/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/connect-to-wifi/main.go b/connect-to-wifi/main.go index 8d84a45..63dd1c3 100644 --- a/connect-to-wifi/main.go +++ b/connect-to-wifi/main.go @@ -22,8 +22,8 @@ func dhclient() { shell.Run("dhclient wlan0") for { - log.Println("need to check the status of wpa_supplicant and dhclient here") - time.Sleep(1000 * time.Millisecond) + log.Println("should check progress here") + time.Sleep(20000 * time.Millisecond) } }