From 94dfefe198194ecb4bf4781bb3408177bbd4c38e Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sat, 4 Feb 2023 09:23:48 +0100 Subject: [PATCH] next video: std.log --- zig-impl/next-video.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zig-impl/next-video.md b/zig-impl/next-video.md index aca31f3..8cdbdc1 100644 --- a/zig-impl/next-video.md +++ b/zig-impl/next-video.md @@ -14,6 +14,11 @@ else => { return err; }, }; + + const log = std.log.scoped(.libipc_context); + log.err("context.deinit(): IndexOutOfBounds", .{}); + log.debug("stuff(): IndexOutOfBounds", .{}); + # Functions done receive_fd