Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteYue committed Jun 25, 2024
1 parent 9ec8e06 commit df5df54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/io/fs/s3_file_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ void S3FileWriter::_upload_one_part(int64_t part_num, UploadFileBuffer& buf) {
}
const auto& client = _obj_client->get();
if (nullptr == client) {
LOG_INFO("failed at key: {}, load part {} bacause of invalid obj client",
LOG_WARNING("failed at key: {}, load part {} bacause of invalid obj client",
_obj_storage_path_opts.key, part_num);
buf.set_status(Status::InternalError<false>("invalid obj storage client"));
return;
Expand Down

0 comments on commit df5df54

Please sign in to comment.