提交 c71da6fc 编写于 作者: C Cary Xu

bug fix

上级 d9b73f35
......@@ -191,7 +191,7 @@ static int32_t vnodeProcessCreateTableMsg(SVnodeObj *pVnode, void *pCont, SRspRe
ASSERT(code != 0);
}
if (TAOS_PRINT_CREATE_TABLE) {
if ((code == TSDB_CODE_SUCCESS) && TAOS_PRINT_CREATE_TABLE) {
vInfo("vgId:%d, table[%s], uid:%" PRIu64 ", tid:%" PRIu32 " is created successfully", pVnode->vgId,
pMsg->tableFname, htobe64(pMsg->uid), htonl(pMsg->tid));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册