Mount network path as needed
This commit is contained in:
parent
c3d6498042
commit
8ace8d025a
3 changed files with 107 additions and 59 deletions
|
|
@ -756,7 +756,7 @@ pub fn scan_network(uri: &str, mounters: Mounters, sizes: IconSizes) -> Vec<Item
|
|||
match mounter.network_scan(uri, sizes) {
|
||||
Some(Ok(items)) => return items,
|
||||
Some(Err(err)) => {
|
||||
log::warn!("failed to scan networks: {}", err);
|
||||
log::warn!("failed to scan {:?}: {}", uri, err);
|
||||
}
|
||||
None => {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue