Skip to content

Commit

Permalink
Merge pull request hashicorp#89 from mitchellh/debug-plat-arch
Browse files Browse the repository at this point in the history
Log Packer OS/Arch to Debug
  • Loading branch information
mitchellh committed Jul 1, 2013
2 parents 986a66e + 280d176 commit 2708c5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2708c5e

Please sign in to comment.