aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-04-26 17:43:03 -0500
committerDevin J. Pohly <djpohly@gmail.com>2020-04-26 17:43:03 -0500
commit847cd4c488f36ae814d749ef8eaf291e8f0c022b (patch)
tree14470dc09fc209ad16899319d955c1930d38b1ba /dwl.c
parent309f6c96cf19029f3166a8600a6c68932e8b1a7d (diff)
I'm good with changing the loglevel here...
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index 082c9a4..7a8f837 100644
--- a/dwl.c
+++ b/dwl.c
@@ -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;