提交 c283a24e 编写于 作者: S Shengliang Guan

minor changes

上级 d5e89812
...@@ -350,7 +350,7 @@ static int32_t dndWriteDnodes(SDnode *pDnode) { ...@@ -350,7 +350,7 @@ static int32_t dndWriteDnodes(SDnode *pDnode) {
terrno = 0; terrno = 0;
pMgmt->updateTime = taosGetTimestampMs(); pMgmt->updateTime = taosGetTimestampMs();
dInfo("successed to write %s", pMgmt->file); dDebug("successed to write %s", pMgmt->file);
return 0; return 0;
} }
......
...@@ -388,7 +388,7 @@ static int32_t dndWriteVnodesToFile(SDnode *pDnode) { ...@@ -388,7 +388,7 @@ static int32_t dndWriteVnodesToFile(SDnode *pDnode) {
free(pVnodes); free(pVnodes);
} }
dInfo("successed to write %s", file); dDebug("successed to write %s", realfile);
return taosRenameFile(file, realfile); return taosRenameFile(file, realfile);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册