We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7809452 commit 92353abCopy full SHA for 92353ab
executor/logging.go
@@ -33,7 +33,7 @@ func bindLoggingPipe(name string, pipe io.Reader, output io.Writer, logPrefix bo
33
if logPrefix {
34
logger.Printf("%s: %s", name, scanner.Text())
35
} else {
36
- logger.Printf("%s", scanner.Text())
+ logger.Print(scanner.Text())
37
}
38
39
if err := scanner.Err(); err != nil {
0 commit comments