mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 01:44:04 +00:00
Downgrade "failed to load" error to warning
This commit is contained in:
parent
b6dd2c6cbd
commit
e49ba0d1df
@ -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…
Reference in New Issue
Block a user