Skip to content

Commit

Permalink
Update concept_frame.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
brightly-salty committed Dec 19, 2020
1 parent e76a27a commit ba144b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/window/concept_frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,8 @@ impl Frame for ConceptFrame {
error!("No regular sans font family found: {}", err)
}
},
Err(err) => {
error!("Could not load font config file: {}", err)
Err(_) => {
error!("Could not load font config file")
}
}
}
Expand Down

0 comments on commit ba144b7

Please sign in to comment.