print error in default format

Co-Authored-By: jmccann <jmccann.git@gmail.com>
This commit is contained in:
alex
2018-11-30 11:25:11 -06:00
committed by GitHub
parent ee8851987e
commit 8bc5e5f694

View File

@@ -76,7 +76,7 @@ func main() {
}
t, err = template.New("").Parse(string(d))
if err != nil {
log.Printf("license file: %s", err)
log.Printf("license file: %v", err)
os.Exit(1)
}
} else {