workspaces: Removed redundant error message in workspaces_init

This commit is contained in:
5trixs0f 2025-12-22 13:37:25 -05:00
parent c628c67ecf
commit 45e3452003

View file

@ -429,11 +429,6 @@ workspaces_init(struct server *server)
if (initial_name) { if (initial_name) {
initial = workspace_find_by_name(server, initial_name); initial = workspace_find_by_name(server, initial_name);
if (!initial) {
wlr_log(WLR_ERROR,
"Initial workspace '%s' not found. Falling back to default",
initial_name);
}
} }
if (!initial) { if (!initial) {
initial = first; initial = first;