mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-03-04 23:49:59 +01:00
update playtwitch log level
This commit is contained in:
parent
711e8b49fb
commit
2353eb3f51
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ const gui = @import("gui.zig");
|
|||
const State = @import("State.zig");
|
||||
const log = std.log.scoped(.main);
|
||||
|
||||
pub const log_level = .debug;
|
||||
|
||||
pub fn main() !void {
|
||||
log.info("initializing GLFW", .{});
|
||||
_ = c.glfwSetErrorCallback(&glfwErrorCb);
|
||||
|
|
Loading…
Add table
Reference in a new issue