Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git
river: downgrade log on incompatibility heuristic failure
river/main.zig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/river/main.zig b/river/main.zig
index 9a55121..a75273b 100644
--- a/river/main.zig
+++ b/river/main.zig
@@ -237,7 +237,7 @@ fn detectClassic(startup_command: ?[:0]const u8) !void {
if (mem.indexOfScalar(u8, path, '/') == null) return;
const classic = grepRiverctl(path) catch |err| {
- log.err("failed to detect riverctl usage in init file: {s}", .{@errorName(err)});
+ log.debug("failed to detect riverctl usage in init file: {s}", .{@errorName(err)});
return;
};
if (classic) {