fix transfer crash

This commit is contained in:
yihaoDeng 2023-10-18 14:22:52 +08:00
parent 1b755dd4e7
commit d6840ae07f
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ TdFilePtr streamOpenFile(char* path, char* name, int32_t opt) {
char fullname[256] = {0}; char fullname[256] = {0};
STREAM_ROCKSDB_BUILD_FULLNAME(path, name, fullname); STREAM_ROCKSDB_BUILD_FULLNAME(path, name, fullname);
qInfo("stream open file %s", fullname);
return taosOpenFile(fullname, opt); return taosOpenFile(fullname, opt);
} }