mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
browser: use log instead of std.log
This commit is contained in:
@@ -208,7 +208,7 @@ pub const Page = struct {
|
|||||||
const alloc = self.arena.allocator();
|
const alloc = self.arena.allocator();
|
||||||
if (try try_catch.err(alloc, self.session.env)) |msg| {
|
if (try try_catch.err(alloc, self.session.env)) |msg| {
|
||||||
defer alloc.free(msg);
|
defer alloc.free(msg);
|
||||||
std.log.info("wait error: {s}", .{msg});
|
log.info("wait error: {s}", .{msg});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user