mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Replace eprintln! with warn!
This commit is contained in:
parent
0c39f52016
commit
5a52b8de69
@ -300,7 +300,7 @@ impl backend::Backend for Concrete {
|
|||||||
269 => Event::Ctrl(Key::Up),
|
269 => Event::Ctrl(Key::Up),
|
||||||
270 => Event::CtrlShift(Key::Up),
|
270 => Event::CtrlShift(Key::Up),
|
||||||
other => {
|
other => {
|
||||||
eprintln!("Unknown: {}", other);
|
warn!("Unknown: {}", other);
|
||||||
Event::Unknown(split_i32(other))
|
Event::Unknown(split_i32(other))
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user