commit f624e3f7a3b025c5bb3f32b8762ba05ddc0ba81d from: Stefan Sperling date: Wed Apr 16 10:04:41 2025 UTC fix format string specifier for c->request_id commit - a07ec64aa136adda565ccb5880ba83cc4a6edf83 commit + f624e3f7a3b025c5bb3f32b8762ba05ddc0ba81d blob - fe41e8a1588f58c48515f05270570fa6735580c8 blob + 008faf6facb0837fc7b7e84fa8accffa90f1dbd7 --- gotwebd/sockets.c +++ gotwebd/sockets.c @@ -334,7 +334,7 @@ request_done(struct imsg *imsg) c = find_request(request_id); if (c == NULL) { - log_warnx("no request to clean up found for ID '%d'", + log_warnx("no request to clean up found for ID %u", request_id); return; }