mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Merge branch 'master' into performance
Conflicts: HISTORY.md db/db_impl.cc db/memtable.cc
This commit is contained in:
@@ -125,8 +125,8 @@ int main(int argc, const char** argv) {
|
||||
replThread.stop.Release_Store(nullptr);
|
||||
if (replThread.no_read < dataPump.no_records) {
|
||||
// no. read should be => than inserted.
|
||||
fprintf(stderr, "No. of Record's written and read not same\nRead : %ld"
|
||||
" Written : %ld\n", replThread.no_read, dataPump.no_records);
|
||||
fprintf(stderr, "No. of Record's written and read not same\nRead : %zu"
|
||||
" Written : %zu\n", replThread.no_read, dataPump.no_records);
|
||||
exit(1);
|
||||
}
|
||||
fprintf(stderr, "Successful!\n");
|
||||
|
||||
Reference in New Issue
Block a user