Merge pull request #89 from mitchellh/debug-plat-arch

Log Packer OS/Arch to Debug
This commit is contained in:
Mitchell Hashimoto 2013-07-01 10:00:59 -07:00
commit 464581905c
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ func main() {
}
log.Printf("Packer Version: %s %s", packer.Version, packer.VersionPrerelease)
log.Printf("Packer Target OS/Arch: %s %s", runtime.GOOS, runtime.GOARCH)
config, err := loadConfig()
if err != nil {