debug change

This commit is contained in:
jtao1735 2020-05-08 02:43:26 +00:00
parent 2332725e01
commit fb54c65104
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ static void vnodeNotifyRole(void *ahandle, int8_t role) {
static void vnodeNotifyFileSynced(void *ahandle) {
SVnodeObj *pVnode = ahandle;
dTrace("pVnode:%p vgId:%d, data file is synced", pVnode, pVnode->vgId);
vTrace("pVnode:%p vgId:%d, data file is synced", pVnode, pVnode->vgId);
// clsoe tsdb, then open tsdb
}