fix: inapropriate error message
This commit is contained in:
parent
ec670dc8f6
commit
8f45256301
|
@ -256,8 +256,10 @@ int vnodeLoadInfo(const char *dir, SVnodeInfo *pInfo) {
|
|||
|
||||
_exit:
|
||||
if (code) {
|
||||
if (pFile) {
|
||||
vError("vgId:%d %s failed at %s:%d since %s", pInfo->config.vgId, __func__, __FILE__, lino, tstrerror(code));
|
||||
}
|
||||
}
|
||||
taosMemoryFree(pData);
|
||||
(void)taosCloseFile(&pFile);
|
||||
return code;
|
||||
|
|
Loading…
Reference in New Issue