even less output
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
25652cd208
commit
3b4ee0fd68
|
@ -3,8 +3,8 @@ package main
|
|||
// import "os"
|
||||
import "log"
|
||||
import "time"
|
||||
/*
|
||||
import "fmt"
|
||||
/*
|
||||
import "reflect"
|
||||
*/
|
||||
|
||||
|
@ -22,7 +22,7 @@ func dhclient() {
|
|||
shell.Run("dhclient wlan0")
|
||||
|
||||
for {
|
||||
log.Print("should check progress here")
|
||||
fmt.Print(" should check progress here")
|
||||
time.Sleep(20000 * time.Millisecond)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue