Skip to content

Commit e49ba0d

Browse files
Downgrade "failed to load" error to warning
1 parent b6dd2c6 commit e49ba0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/reload.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ impl GlobalState {
205205
}
206206
let res = vfs.file_id(&vfs_path);
207207
if res.is_none() {
208-
log::error!("failed to load {}", path.display())
208+
log::warn!("failed to load {}", path.display())
209209
}
210210
res
211211
};

0 commit comments

Comments
 (0)