QPPO5UMD3UD36J4KIGDS37E2S6G4KBAHVMFXW3J7BCRMXBQZQBFAC
HFVSTXMSKTTDRFWUUDP7QOHEI773WZ2VMLAWVCOAJXNI2FVS2MEQC
6XFY27FK4UT452P4UNB7MHCAWGACGUSUG5AVPYJDIGYSUYK23W2QC
std.debug.print("Failed to use gmsynth.logFn: {}\n", .{err});
switch (err) { // Avoid noisy logs by ignoring this very common error error.NoHostLogExtension => {}, else => std.debug.print("Failed to use gmsynth.logFn: {}\n", .{err}), }
switch (err) {
// Avoid noisy logs by ignoring this very common error
error.NoHostLogExtension => {},
else => std.debug.print("Failed to use gmsynth.logFn: {}\n", .{err}),
}