refactor(sync): add syncLogStoreCheck tool

This commit is contained in:
Minghao Li 2022-06-22 10:42:54 +08:00
parent 0ba3326b99
commit 7b5a3eff3f
1 changed files with 1 additions and 1 deletions

View File

@ -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);