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