mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 20:25:39 +02:00
module/i3: one more malformed IPC error message removed
This commit is contained in:
parent
fd955fa3ac
commit
11eff5b13b
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ workspace_from_json(const struct json_object *json, struct workspace *ws)
|
||||||
if (!json_object_object_get_ex(json, "name", &name) ||
|
if (!json_object_object_get_ex(json, "name", &name) ||
|
||||||
!json_object_object_get_ex(json, "output", &output))
|
!json_object_object_get_ex(json, "output", &output))
|
||||||
{
|
{
|
||||||
LOG_ERR("malformed 'workspace' IPC reply");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue