update log src for fetch (xhr -> fetch)

This commit is contained in:
Karl Seguin
2025-12-30 17:08:27 +08:00
parent 27048fb06d
commit 11ff9ed366

View File

@@ -99,7 +99,7 @@ fn httpHeaderDoneCallback(transfer: *Http.Transfer) !void {
if (comptime IS_DEBUG) {
log.debug(.http, "request header", .{
.source = "xhr",
.source = "fetch",
.url = self._url,
.status = header.status,
});