summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
-rw-r--r--src/remapper.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 0635a30..20d6dc6 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -72,7 +72,7 @@ fn main() -> Result<()> {
config_file.display()
))?;
- log::error!("Short delay: release any keys now!");
+ log::warn!("Short delay: release any keys now!");
std::thread::sleep(Duration::new(2, 0));
let device_info = deviceinfo::DeviceInfo::with_name(
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