diff --git a/src/vnode/main/src/vnodeMain.c b/src/vnode/main/src/vnodeMain.c index e7081351765ec02c53509bfc60ae43a38c8db564..6dc7fd00a9a5736e3937cf05948dbaa729330353 100644 --- a/src/vnode/main/src/vnodeMain.c +++ b/src/vnode/main/src/vnodeMain.c @@ -291,7 +291,7 @@ static int32_t vnodeSaveCfg(SMDCreateVnodeMsg *pVnodeCfg) { } fclose(fp); - dTrace("vgId:%d, save vnode cfg successed", pVnodeCfg, pVnodeCfg->cfg.vgId); + dTrace("vgId:%d, save vnode cfg successed", pVnodeCfg->cfg.vgId); return TSDB_CODE_SUCCESS; } diff --git a/tests/script/tmp/dnode2.sim b/tests/script/tmp/dnode2.sim index a44840475925ff3289261688bd0a70d0ee0fd06b..6d9a844fb6562ff2af26d52c2de387cb52d0dd2a 100644 --- a/tests/script/tmp/dnode2.sim +++ b/tests/script/tmp/dnode2.sim @@ -1,4 +1,6 @@ system sh/stop_dnodes.sh +system sh/deploy.sh -n dnode1 -m 192.168.0.1 -i 192.168.0.1 +system sh/deploy.sh -n dnode2 -m 192.168.0.1 -i 192.168.0.2 system sh/exec_up.sh -n dnode1 -s start system sh/exec_up.sh -n dnode2 -s start sql connect \ No newline at end of file