mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
Use sway_log functions instead of wlr_log
This commit is contained in:
parent
1185a8cc1f
commit
c7c1cf31f7
79 changed files with 377 additions and 372 deletions
|
|
@ -287,7 +287,7 @@ int main(int argc, char **argv) {
|
|||
char *socket_path = NULL;
|
||||
char *cmdtype = NULL;
|
||||
|
||||
wlr_log_init(L_INFO, NULL);
|
||||
sway_log_init(L_INFO, NULL);
|
||||
|
||||
static struct option long_options[] = {
|
||||
{"help", no_argument, NULL, 'h'},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue