Silence expected warning.
GitOrigin-RevId: 82f914b98914abfdecc2aa7d4dfc55ea6ef0d0ed
This commit is contained in:
parent
98adef1145
commit
25accb2d4d
@ -1160,7 +1160,7 @@ Result<FileId> FileManager::register_file(FileData &&data, FileLocationSource fi
|
||||
|
||||
auto status = check_local_location(data.local_.full(), data.size_, skip_file_size_checks);
|
||||
if (status.is_error()) {
|
||||
LOG(WARNING) << "Invalid " << data.local_.full() << ": " << status << " from " << source;
|
||||
LOG(INFO) << "Invalid " << data.local_.full() << ": " << status << " from " << source;
|
||||
data.local_ = LocalFileLocation();
|
||||
if (data.remote_.type() == RemoteFileLocation::Type::Partial) {
|
||||
data.remote_ = {};
|
||||
|
Loading…
Reference in New Issue
Block a user