refactor: minor changes

This commit is contained in:
Shengliang Guan 2022-08-02 16:40:05 +08:00
parent d5aea7dac2
commit bc8c7f6ea6
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ int metaOpen(SVnode *pVnode, SMeta **ppMeta) {
ret = tdbTbOpen("stream.task.db", sizeof(int64_t), -1, taskIdxKeyCmpr, pMeta->pEnv, &pMeta->pStreamDb);
if (ret < 0) {
metaError("vgIdd, failed to open meta stream task index since %s", TD_VID(pVnode), tstrerror(terrno));
metaError("vgId%d, failed to open meta stream task index since %s", TD_VID(pVnode), tstrerror(terrno));
goto _err;
}