log per eng-003

This commit is contained in:
Matthew Hooker 2017-06-16 17:09:42 -07:00
parent 2d581dfc7b
commit 3898556caa
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ func wrappedMain() int {
exitCode, err := cli.Run()
if !inPlugin {
if err := packer.CheckpointReporter.Finalize(cli.Subcommand(), exitCode, err); err != nil {
log.Printf("Error finalizing telemetry report. This is safe to ignore. %s", err.Error())
log.Printf("[WARN] (telemetry) Error finalizing report. This is safe to ignore. %s", err.Error())
}
}