don't do a linefeed
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
a13bf2c722
commit
25652cd208
|
@ -22,7 +22,7 @@ func dhclient() {
|
||||||
shell.Run("dhclient wlan0")
|
shell.Run("dhclient wlan0")
|
||||||
|
|
||||||
for {
|
for {
|
||||||
log.Println("should check progress here")
|
log.Print("should check progress here")
|
||||||
time.Sleep(20000 * time.Millisecond)
|
time.Sleep(20000 * time.Millisecond)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue