mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-08 18:30:40 +00:00
Fix log warning
This commit is contained in:
parent
6a29371076
commit
ea26112368
@ -96,7 +96,7 @@ cfg_if::cfg_if! {
|
||||
} else {
|
||||
impl Default for Cursive {
|
||||
fn default() -> Self {
|
||||
log::warning!("No built-it backend, falling back to Cursive::dummy().");
|
||||
log::warn!("No built-it backend, falling back to Cursive::dummy().");
|
||||
Self::dummy()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user