From 161cbdb4c9302907c23f2d2318c05dda9cd5966b Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 17 Jul 2024 23:40:17 +0200 Subject: [PATCH] src/lib.rs: demote other events to debug These occur a lot. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index a14aa72..965c91a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -81,7 +81,7 @@ pub fn spawn_browser(url: String, command_receiver: Option>) - }; } _ => { - warn!(?event, "got other event") + debug!(?event, "got other event") } } })