Commit Diff
--- gotd/libexec/got-notify-http/got-notify-http.c +++ gotd/libexec/got-notify-http/got-notify-http.c @@ -1045,5 +1045,5 @@ main(int argc, char **argv) if (response_code >= 200 && response_code < 300) return 0; - fatal("request failed with code %d", response_code); + fatalx("request failed with code %d", response_code); }