Skip to content

Commit

Permalink
[outlineviewer] Reduce NT log level
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Jan 20, 2024
1 parent 4d10930 commit 1241dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outlineviewer/src/main/native/cpp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static void NtInitialize() {
auto inst = nt::GetDefaultInstance();
auto poller = nt::CreateListenerPoller(inst);
nt::AddPolledListener(poller, inst, NT_EVENT_CONNECTION | NT_EVENT_IMMEDIATE);
nt::AddPolledLogger(poller, 0, 100);
nt::AddPolledLogger(poller, NT_LOG_INFO, 100);
gui::AddEarlyExecute([inst, poller] {
auto win = gui::GetSystemWindow();
if (!win) {
Expand Down

0 comments on commit 1241dfd

Please sign in to comment.