v1.27.0-a #10

Closed
jonathanface wants to merge 473 commits from v1.27.0-a into master
Showing only changes of commit 4ab92cae70 - Show all commits

View File

@ -117,7 +117,7 @@ var wdPostTaskCmd = &cli.Command{
} }
fmt.Print(".") fmt.Print(".")
} }
log.Infof("Result:", result.String) log.Infof("Result: %s", result.String)
return nil return nil
}, },
} }