mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +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),
|
||||
270 => Event::CtrlShift(Key::Up),
|
||||
other => {
|
||||
eprintln!("Unknown: {}", other);
|
||||
warn!("Unknown: {}", other);
|
||||
Event::Unknown(split_i32(other))
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user