get-bc: tweak LogInfo message

This commit is contained in:
William Woodruff 2021-07-26 11:18:17 -04:00
parent c240a4fef4
commit 07a672bd30
No known key found for this signature in database
GPG Key ID: 70F70A3979DDCED3

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)
}