mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
swaymsg: convert to wlr_log
This commit is contained in:
parent
67985e9031
commit
51f6718581
2 changed files with 2 additions and 2 deletions
|
|
@ -232,7 +232,7 @@ int main(int argc, char **argv) {
|
|||
char *socket_path = NULL;
|
||||
char *cmdtype = NULL;
|
||||
|
||||
init_log(L_INFO);
|
||||
wlr_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