From bc6e2525d6cf9443b0bc603f7077df1a1ba9eb61 Mon Sep 17 00:00:00 2001 From: Campbell Jones Date: Thu, 16 May 2024 23:17:28 -0400 Subject: [PATCH] fixup! Working impl of 0.18 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f304f8aa5..478e2be71 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -71,7 +71,7 @@ int32_t main(const int32_t argc, char** argv) { const auto kiosk_cmd = argparser.present("--kiosk"); const auto startup_cmds = argparser.get>("--subprocess"); - wlr_log_init(WLR_DEBUG, nullptr); + wlr_log_init(WLR_INFO, nullptr); if (kiosk_cmd.has_value()) { wlr_log(WLR_INFO, "Running in kiosk mode with command '%s'.", kiosk_cmd->c_str());