cos: use uError instead of vError

This commit is contained in:
Minglei Jin 2023-11-09 14:09:58 +08:00
parent 398771da5b
commit 17bddf5ff4
1 changed files with 1 additions and 1 deletions

View File

@ -794,7 +794,7 @@ int32_t s3GetObjectBlock(const char *object_name, int64_t offset, int64_t size,
}
if (check && cbd.buf_pos != size) {
vError("%s: %d(%s)", __func__, cbd.status, cbd.err_msg);
uError("%s: %d(%s)", __func__, cbd.status, cbd.err_msg);
return TAOS_SYSTEM_ERROR(EIO);
}