Skip to content

Commit

Permalink
fixup! Working impl of 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
serebit committed May 17, 2024
1 parent 50ae7b8 commit bc6e252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::vector<std::string>>("--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());
Expand Down

0 comments on commit bc6e252

Please sign in to comment.