Cleanup
This commit is contained in:
parent
24b53dc9dd
commit
f70ee5c8be
6
task.go
6
task.go
@ -82,7 +82,11 @@ func processTask(taskName string, conf *config) error {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
if !t.handled {
|
if t.handled {
|
||||||
|
if conf.flags&flagVerbose != 0 {
|
||||||
|
log.Printf("skipping processed task: %s", tn)
|
||||||
|
}
|
||||||
|
} else {
|
||||||
if conf.flags&flagVerbose != 0 {
|
if conf.flags&flagVerbose != 0 {
|
||||||
log.Printf("processing task: %s", tn)
|
log.Printf("processing task: %s", tn)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user