don't do a linefeed

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-04-09 14:46:26 -07:00
parent a13bf2c722
commit 25652cd208
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ func dhclient() {
shell.Run("dhclient wlan0")
for {
log.Println("should check progress here")
log.Print("should check progress here")
time.Sleep(20000 * time.Millisecond)
}
}