Better logging.
GitOrigin-RevId: d5aa21fee3d0f9af6fdec13df45c7352850b8b86
This commit is contained in:
parent
c627c79b6a
commit
b88730f635
@ -3484,8 +3484,8 @@ void FileManager::on_error_impl(FileNodePtr node, Query::Type type, bool was_act
|
|||||||
try_flush_node(node, "on_error");
|
try_flush_node(node, "on_error");
|
||||||
};
|
};
|
||||||
if (status.code() != 1 && !G()->close_flag()) {
|
if (status.code() != 1 && !G()->close_flag()) {
|
||||||
LOG(WARNING) << "Failed to upload/download/generate file " << node->main_file_id_ << ": " << status
|
LOG(WARNING) << "Failed to " << type << " file " << node->main_file_id_ << " of type " << FileView(node).get_type()
|
||||||
<< ". Query type = " << type << ". File type is " << FileView(node).get_type();
|
<< ": " << status;
|
||||||
if (status.code() == 0) {
|
if (status.code() == 0) {
|
||||||
// Remove partial locations
|
// Remove partial locations
|
||||||
if (node->local_.type() == LocalFileLocation::Type::Partial &&
|
if (node->local_.type() == LocalFileLocation::Type::Partial &&
|
||||||
|
Loading…
Reference in New Issue
Block a user