packer/plugin: Add plugin path to the log messages
This commit is contained in:
parent
44c61e537d
commit
6d4136c5ab
|
@ -166,7 +166,7 @@ func (c *client) logStderr(buf *bytes.Buffer) {
|
|||
var line string
|
||||
line, err = buf.ReadString('\n')
|
||||
if line != "" {
|
||||
log.Print(line)
|
||||
log.Printf("%s: %s", c.cmd.Path, line)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue