Merge pull request #55 from woodruffw-forks/ww/log-tweak

get-bc: tweak LogInfo message
This commit is contained in:
Ian A Mason 2021-07-26 10:56:19 -07:00 committed by GitHub
commit 938e8515ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ func main() {
exitCode := shared.Extract(args)
shared.LogInfo("Calling %v DID NOT TELL US WHAT HAPPENED\n", os.Args)
shared.LogInfo("Completed call: %v, exiting with %v\n", os.Args, exitCode)
os.Exit(exitCode)
}