cos: use uError instead of vError
This commit is contained in:
parent
398771da5b
commit
17bddf5ff4
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue