mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
packer/plugin: Add plugin path to the log messages
This commit is contained in:
parent
44c61e537d
commit
6d4136c5ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue