mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-26 04:15:42 +02:00
modules: Fix compile error for a broken debug log
This commit is contained in:
parent
8b3919a8ea
commit
5345d12cff
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue