diff --git a/src/http/Client.zig b/src/http/Client.zig index a9c21e0c..d6d77271 100644 --- a/src/http/Client.zig +++ b/src/http/Client.zig @@ -314,7 +314,7 @@ fn robotsHeaderCallback(transfer: *Http.Transfer) !bool { const ctx: *RobotsRequestContext = @ptrCast(@alignCast(transfer.ctx)); if (transfer.response_header) |hdr| { - log.debug(.browser, "robots status", .{ .status = hdr.status }); + log.debug(.browser, "robots status", .{ .status = hdr.status, .robots_url = ctx.robots_url }); ctx.status = hdr.status; }