modules: Fix compile error for a broken debug log

This commit is contained in:
Timur Celik 2021-07-06 10:49:04 +02:00
parent 8b3919a8ea
commit 5345d12cff

View file

@ -263,7 +263,7 @@ handle_get_workspaces_reply(int type, const struct json_object *json, void *_mod
return false;
}
LOG_DBG("#%zu: %s", i, m->workspaces.v[i].name);
LOG_DBG("#%zu: %s", i, ws.name);
workspace_add(m, ws);
}