Skip to content

Commit 340574e

Browse files
committed
fix: change log level from info to warn for missing GSettings schema
1 parent a9b2ae5 commit 340574e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apprt/gtk/settings.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub const Settings = struct {
2929
app_id,
3030
@intFromBool(false),
3131
) orelse {
32-
log.info("GSettings schema '{s}' not installed, window state will not persist", .{app_id});
32+
log.warn("GSettings schema '{s}' not installed, window state will not persist", .{app_id});
3333
return .{ .settings = null };
3434
};
3535
defer schema.unref();

0 commit comments

Comments
 (0)