[TBASE-1236]

This commit is contained in:
slguan 2019-11-25 22:27:25 +08:00
parent b96fdff863
commit befbfcc06a
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ int vnodeCreateHeadDataFile(int vnode, int fileId, char *headName, char *dataNam
char *path = vnodeGetDataDir(vnode, fileId);
if (path == NULL) {
dError("vid:%d, fileId:%d, failed to get dataDir", vnode, fileId);
return -1;
}