commit eadacb49756573dff06bf3be62423d18755f153c from: Stefan Sperling date: Mon Sep 15 14:35:30 2025 UTC fix wrong process names in error messages commit - 7d505f8021c7c85ef24314318ef8f5b3a82ce889 commit + eadacb49756573dff06bf3be62423d18755f153c blob - 34c6fe4ccf68064758366c3f94f55acc77291bb2 blob + 11f47b8a3f9c368e255247b624b2e2f44eba10d9 --- gotwebd/gotwebd.c +++ gotwebd/gotwebd.c @@ -733,7 +733,7 @@ gotwebd_configure_done(struct gotwebd *env) if (env->gotweb_pending == 0 && main_compose_gotweb(env, GOTWEBD_IMSG_CTL_START, -1, NULL, 0) == -1) - fatal("main_compose_sockets GOTWEBD_IMSG_CTL_START"); + fatal("main_compose_gotewb GOTWEBD_IMSG_CTL_START"); } } blob - 43592b44cca7afbc40d80299fcae920fb3a2383c blob + 065fd24a771997efdddcaf4b565599ad7d397db5 --- gotwebd/sockets.c +++ gotwebd/sockets.c @@ -712,7 +712,7 @@ recv_fcgi_pipe(struct gotwebd *env, struct imsg *imsg) fd = imsg_get_fd(imsg); if (fd == -1) - fatalx("invalid gotweb pipe fd"); + fatalx("invalid fcgi pipe fd"); iev = calloc(1, sizeof(*iev)); if (iev == NULL)