mirror of
https://github.com/labwc/labwc.git
synced 2026-04-06 07:15:40 -04:00
workspaces: Removed redundant error message in workspaces_init
This commit is contained in:
parent
c628c67ecf
commit
45e3452003
1 changed files with 0 additions and 5 deletions
|
|
@ -429,11 +429,6 @@ workspaces_init(struct server *server)
|
|||
|
||||
if (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) {
|
||||
initial = first;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue