Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Davis <[email protected]>
  • Loading branch information
Doug Davis committed Feb 5, 2021
1 parent 7d3e00d commit da3d8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helloworld/helloworld.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func main() {
if t != nil && t[0] != "" {
status, _ = strconv.Atoi(t[0])
}
Debug(debug, "Failing %d", status)
Debug(debug, "Failing with: %d", status)
w.WriteHeader(status)
}

Expand Down

0 comments on commit da3d8d7

Please sign in to comment.