I'm good with changing the loglevel here...

This commit is contained in:
Devin J. Pohly 2020-04-26 17:43:03 -05:00
parent 309f6c96cf
commit 847cd4c488
1 changed files with 1 additions and 1 deletions

2
dwl.c
View File

@ -1381,7 +1381,7 @@ xytomon(double x, double y)
int
main(int argc, char *argv[])
{
wlr_log_init(WLR_DEBUG, NULL);
wlr_log_init(WLR_INFO, NULL);
char *startup_cmd = NULL;
int c;