Reduce log level for missing mime applications
This commit is contained in:
parent
d7eceaad2e
commit
b72de689e2
1 changed files with 2 additions and 2 deletions
|
|
@ -192,7 +192,7 @@ impl MimeAppCache {
|
|||
{
|
||||
apps.push(MimeApp::from(app));
|
||||
} else {
|
||||
log::warn!("failed to add association for {:?}: application {:?} not found", mime, filename);
|
||||
log::debug!("failed to add association for {:?}: application {:?} not found", mime, filename);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -231,7 +231,7 @@ impl MimeAppCache {
|
|||
if found {
|
||||
break;
|
||||
} else {
|
||||
log::warn!("failed to set default for {:?}: application {:?} not found", mime, filename);
|
||||
log::debug!("failed to set default for {:?}: application {:?} not found", mime, filename);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue