summaryrefslogtreecommitdiff
path: root/src/remapper.rs
diff options
context:
space:
mode:
authornathan dawit <nathandawit555@gmail.com>2023-06-25 11:36:52 +0300
committerWez Furlong <wez@wezfurlong.org>2023-07-10 08:11:13 -0700
commit5523e9af89d11f3444bd588ae9a1e5d20340e63b (patch)
treee6c57e2bd8143b5c75544bc1bcbec0861e6f22b7 /src/remapper.rs
parent4480c4eda223b98899b0fbd926bc34f7bd0e1a18 (diff)
feat: make warnings/logs more informative
it's confusing to launch the program and see an error message that's not actually an error fixes #25
Diffstat (limited to 'src/remapper.rs')
-rw-r--r--src/remapper.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remapper.rs b/src/remapper.rs
index 0e90697..3db493c 100644
--- a/src/remapper.rs
+++ b/src/remapper.rs
@@ -118,7 +118,7 @@ impl InputMapper {
}
pub fn run_mapper(&mut self) -> Result<()> {
- log::error!("Going into read loop");
+ log::info!("Going into read loop");
loop {
let (status, event) = self
.input