mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
sway: change all sway_log to wlr_log
This commit is contained in:
parent
fdc92e7454
commit
67985e9031
36 changed files with 167 additions and 190 deletions
|
|
@ -11,7 +11,7 @@ void next_name_map(swayc_t *ws, void *data) {
|
|||
}
|
||||
|
||||
char *workspace_next_name(const char *output_name) {
|
||||
sway_log(L_DEBUG, "Workspace: Generating new workspace name for output %s",
|
||||
wlr_log(L_DEBUG, "Workspace: Generating new workspace name for output %s",
|
||||
output_name);
|
||||
int count = 0;
|
||||
next_name_map(&root_container, &count);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue