diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-01-16 07:38:52 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-01-16 07:38:52 +0400 |
| commit | d958a9679c4760990c07c5cc3801ec5d8976b039 (patch) | |
| tree | a5f91396176138009f304e570153ecae6157e559 /src | |
| parent | e4643c6dbea64304c9e8b074699227e8654c989d (diff) | |
| download | niri-d958a9679c4760990c07c5cc3801ec5d8976b039.tar.gz niri-d958a9679c4760990c07c5cc3801ec5d8976b039.tar.bz2 niri-d958a9679c4760990c07c5cc3801ec5d8976b039.zip | |
Change message from debug to trace
Diffstat (limited to 'src')
| -rw-r--r-- | src/handlers/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlers/mod.rs b/src/handlers/mod.rs index 7a64f9aa..be8bab55 100644 --- a/src/handlers/mod.rs +++ b/src/handlers/mod.rs @@ -270,7 +270,7 @@ impl SecurityContextHandler for State { if let Err(err) = state.niri.display_handle.insert_client(client, data) { error!("error inserting client: {err}"); } else { - debug!("inserted a new restricted client, context={context:?}"); + trace!("inserted a new restricted client, context={context:?}"); } }) .unwrap(); |
