mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
Remove last vestiges of sway_log
This commit is contained in:
parent
0f45aa4ea9
commit
71ff1959fe
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ int main(int argc, const char **argv) {
|
|||
}
|
||||
|
||||
int desired_output = atoi(argv[1]);
|
||||
sway_log(WLR_INFO, "Using output %d of %d", desired_output, registry->outputs->length);
|
||||
wlr_log(WLR_INFO, "Using output %d of %d", desired_output, registry->outputs->length);
|
||||
int i;
|
||||
struct output_state *output = registry->outputs->items[desired_output];
|
||||
struct window *window = window_setup(registry, 100, 100, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue