mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
change config write to be debug
This commit is contained in:
@ -126,7 +126,7 @@ pub fn main() !void {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
try config.finalize();
|
try config.finalize();
|
||||||
std.log.info("config={}", .{config});
|
std.log.debug("config={}", .{config});
|
||||||
|
|
||||||
// We want to log all our errors
|
// We want to log all our errors
|
||||||
glfw.setErrorCallback(glfwErrorCallback);
|
glfw.setErrorCallback(glfwErrorCallback);
|
||||||
|
Reference in New Issue
Block a user