fix playtwitch logging

This commit is contained in:
LordMZTE 2022-07-18 18:45:38 +02:00
parent 2f65edf3c1
commit 309f04ce26
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -4,6 +4,8 @@ const c = ffi.c;
const gui = @import("gui.zig");
pub const log = @import("glib-log").log(c, "playtwitch", 512);
// glib handles level filtering
pub const log_level = .debug;
pub fn main() !u8 {
var udata_arena = std.heap.ArenaAllocator.init(std.heap.c_allocator);