refactor(sync): add syncLogStoreCheck tool
This commit is contained in:
parent
0ba3326b99
commit
7b5a3eff3f
|
@ -65,7 +65,7 @@ int main(int argc, char** argv) {
|
|||
SSyncLogStore* pLog = logStoreCreate(pSyncNode);
|
||||
assert(pLog != NULL);
|
||||
|
||||
logStorePrint2((char*)"==syncLogStoreCheck==", pLog);
|
||||
logStoreSimplePrint2((char*)"==syncLogStoreCheck2==", pLog);
|
||||
|
||||
walClose(pWal);
|
||||
logStoreDestory(pLog);
|
||||
|
|
Loading…
Reference in New Issue