diff --git a/src/mnode/src/mnodeSdb.c b/src/mnode/src/mnodeSdb.c index 3c43838114973e1b5bbae6728aa56279e18a013c..7ea407e809703fa1d660cc8f6ddf66e472cdf6f4 100644 --- a/src/mnode/src/mnodeSdb.c +++ b/src/mnode/src/mnodeSdb.c @@ -695,10 +695,10 @@ static int32_t sdbProcessDumpWal(SWalHead *hparam) { snprintf(act, 10, "%d", action); } - sdbInfo("sdbWal, act:%s, type:%" PRIi8 ", tableId:%s, suid:%" PRIu64 ", uid:%" PRIu64 + sdbInfo("sdbWal, act:%s, type:%" PRIi8 ", tableId:%s, vgId:%d, suid:%" PRIu64 ", uid:%" PRIu64 ", tid:%d, create:%s, sver:%d, schema:%s", - act, pObj->info.type, pObj->info.tableId, pObj->suid, pObj->uid, pObj->tid, ts, pObj->sversion, - pBuf ? pBuf : ""); + act, pObj->info.type, pObj->info.tableId, pObj->vgId, pObj->suid, pObj->uid, pObj->tid, ts, + pObj->sversion, pBuf ? pBuf : ""); tfree(pBuf); }