diff options
| -rw-r--r-- | river/Root.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/river/Root.zig b/river/Root.zig index 1a18da4..6418203 100644 --- a/river/Root.zig +++ b/river/Root.zig @@ -468,7 +468,7 @@ fn processOutputConfig( self.removeOutput(output); self.output_layout.remove(output.wlr_output); } - } else |_| { + } else { std.log.scoped(.output_manager).err("failed to apply config to output {s}", .{ output.wlr_output.name, }); |
