Commit 9504fe88 authored by mheidenr's avatar mheidenr
parents 15766602 e21a8675
...@@ -82,6 +82,7 @@ func wrappedMain() int { ...@@ -82,6 +82,7 @@ func wrappedMain() int {
"Packer Version: %s %s %s", "Packer Version: %s %s %s",
packer.Version, packer.VersionPrerelease, packer.GitCommit) packer.Version, packer.VersionPrerelease, packer.GitCommit)
log.Printf("Packer Target OS/Arch: %s %s", runtime.GOOS, runtime.GOARCH) log.Printf("Packer Target OS/Arch: %s %s", runtime.GOOS, runtime.GOARCH)
log.Printf("Built with Go Version: %s", runtime.Version())
// Prepare stdin for plugin usage by switching it to a pipe // Prepare stdin for plugin usage by switching it to a pipe
setupStdin() setupStdin()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment