mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
remove silent flag in favour of RUST_LOG
This commit is contained in:
parent
2934350485
commit
d24db63583
4 changed files with 12 additions and 14 deletions
|
|
@ -107,7 +107,7 @@ impl FileOptions {
|
|||
/// (Re)reads a specified sidecar file.
|
||||
/// This function will allways try to read the file, even if it is current.
|
||||
fn read_database(&mut self, db: &PathBuf) {
|
||||
log::trace!("reading database {:?}", db);
|
||||
log::debug!("reading database {:?}", db);
|
||||
|
||||
let mut ini = Ini::new_cs();
|
||||
ini.set_default_section("mime");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue