Skip to content

Commit b537e52

Browse files
committed
browser: use log instead of std.log
1 parent 4434e11 commit b537e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/browser.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ pub const Page = struct {
208208
const alloc = self.arena.allocator();
209209
if (try try_catch.err(alloc, self.session.env)) |msg| {
210210
defer alloc.free(msg);
211-
std.log.info("wait error: {s}", .{msg});
211+
log.info("wait error: {s}", .{msg});
212212
return;
213213
}
214214
};

0 commit comments

Comments
 (0)