mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-02 11:32:39 +00: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