Rename the logger to log to make is all consistent
Move to `log` Fixed kmain log
This commit is contained in:
parent
ea6a0b7a9f
commit
788bef5029
4 changed files with 14 additions and 14 deletions
|
|
@ -1,5 +1,5 @@
|
|||
const std = @import("std");
|
||||
const logger = std.log.scoped(.builder);
|
||||
const log = std.log.scoped(.builder);
|
||||
const builtin = @import("builtin");
|
||||
const rt = @import("test/runtime_test.zig");
|
||||
const RuntimeStep = rt.RuntimeStep;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue