Downgrade "failed to load" error to warning
This commit is contained in:
parent
b6dd2c6cbd
commit
e49ba0d1df
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ impl GlobalState {
|
|||
}
|
||||
let res = vfs.file_id(&vfs_path);
|
||||
if res.is_none() {
|
||||
log::error!("failed to load {}", path.display())
|
||||
log::warn!("failed to load {}", path.display())
|
||||
}
|
||||
res
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue