Skip to content

Commit

Permalink
Merge pull request SRI-CSL#55 from woodruffw-forks/ww/log-tweak
Browse files Browse the repository at this point in the history
get-bc: tweak LogInfo message
  • Loading branch information
ianamason authored Jul 26, 2021
2 parents c240a4f + 07a672b commit 938e851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/get-bc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 938e851

Please sign in to comment.